neovim update; removed unused files; dont now what else. whoops
This commit is contained in:
@@ -6,7 +6,7 @@ return {
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
ensure_installed = { "c", "lua", "html", "dart" },
|
||||
ensure_installed = { "c", "lua", "html", "dart", "nix" },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
||||
Reference in New Issue
Block a user