diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-19 19:29:52 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-19 19:29:52 -0400 |
| commit | 75f923f59b4d5987bfbff8f7983e1f265e0247b8 (patch) | |
| tree | 350a7a9dffdfcd6fd372c32304fa41a92898b501 /.config/nvim/lua/plugins/treesitter.lua | |
| parent | c762b8ff816db9537e6030f1daa618bcb13d8018 (diff) | |
refactor: Neovim Configuration in Fennel
Used antifennel to convert Lua Neovim configuration to fennel instead.
Diffstat (limited to '.config/nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/treesitter.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index b75b2b3..0000000 --- a/.config/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,16 +0,0 @@ -require'nvim-treesitter.configs'.setup { - ensure_installed = { "c" }, - sync_install = false, - auto_install = true, - - highlight = { - enable = true, - - -- Setting this to true will run `:h syntax` and tree-sitter at the same time. - -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). - -- Using this option may slow down your editor, and you may see some duplicate highlights. - -- Instead of true it can also be a list of languages - additional_vim_regex_highlighting = false, - }, -} - |
