adding astro config

This commit is contained in:
2022-08-20 16:58:53 +01:00
parent a8126bf9b8
commit 384242432f

View File

@ -39,5 +39,6 @@ M.ui = {
}
M.mappings = require "custom.mappings"
vim.cmd('autocmd BufRead,BufEnter *.astro set filetype=astro')
return M