diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-05-20 00:19:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 00:19:17 +0000 |
| commit | 086f68e1af17ff3020b3283f8a5763d062ca6770 (patch) | |
| tree | d442f26ef7998cb20d68abcf744c3d7bef200506 /nvim/lua/config/treesitter.lua | |
| parent | ea3aae96fde86256f9996d55e88dac608a30deae (diff) | |
update nix config
Diffstat (limited to 'nvim/lua/config/treesitter.lua')
| -rw-r--r-- | nvim/lua/config/treesitter.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua new file mode 100644 index 0000000..4b0360f --- /dev/null +++ b/nvim/lua/config/treesitter.lua @@ -0,0 +1,14 @@ +return { + ensure_installed = { + "lua", + "vim", + "vimdoc", + }, + + highlight = { + enable = true, + use_languagetree = true, + }, + + indent.enable = true, +} |
