This commit is contained in:
vx-clutch
2025-01-04 09:39:34 -05:00
parent 0918edd065
commit f1ae75032b
2 changed files with 28 additions and 7 deletions

View File

@@ -1,13 +1,11 @@
vim.g.mapleader = " "
-- https://github.com/vx-clutch/ftl
vim.api.nvim_create_autocmd({"BufNewFile", "BufRead"}, {
pattern = "*.ftl",
callback = function()
vim.bo.filetype = "c"
end,
})
vim.filetype.add {
extension = {
ftl = "ftl",
},
}
require "vxclutch.set"
require "vxclutch.lazy_init"