let's play with knitfiles more
This commit is contained in:
parent
dc54e80f11
commit
df058bbe25
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
-- Autocmds are automatically loaded on the VeryLazy event
|
-- Autocmds are automatically loaded on the VeryLazy event
|
||||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||||
-- Add any additional autocmds here
|
-- Add any additional autocmds here
|
||||||
|
vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
|
||||||
|
pattern = { "Knitfile" },
|
||||||
|
command = "set syntax=lua",
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in a new issue