diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-07-27 21:41:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 21:41:38 +0000 |
| commit | ef3c406c013d8b751a02a5335a771cba87d1d3a3 (patch) | |
| tree | 2aea477261284cd19d735fd008425b13374dbf9e /nvim/lua/plugins/treesitter.lua | |
| parent | 280b23cb2a649c9af01befabab86d910c54085fc (diff) | |
Delete nvim directory
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index 4b0360f..0000000 --- a/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - ensure_installed = { - "lua", - "vim", - "vimdoc", - }, - - highlight = { - enable = true, - use_languagetree = true, - }, - - indent.enable = true, -} |
