Iniital upload
Removing from my nixos config to add congruency with all nvim installs
This commit is contained in:
11
lua/treesitter.lua
Normal file
11
lua/treesitter.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local configs = require('nvim-treesitter.configs')
|
||||
configs.setup({
|
||||
-- ensure_installed = {
|
||||
-- "ini", "bash", "c", "lua", "vim", "vimdoc", "query", "python",
|
||||
-- "rust", "zig", "typescript", "svelte", "css", "html", "nix"
|
||||
-- },
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true, disable = { "norg" }, },
|
||||
incremental_selection = { enable = true },
|
||||
})
|
||||
Reference in New Issue
Block a user