Moved treesitter config: init -> spec file

This commit is contained in:
Daveanand Mannie
2024-08-25 12:29:35 -04:00
parent 82c5623910
commit 4cb50cdbe9
3 changed files with 15 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
require("nvim-treesitter.install").compilers = { "zig" }
-- colourscheme
vim.cmd("colorscheme wildcharm")