diff options
| author | dwalker <dwalker@dwalker.xyz> | 2026-05-02 22:41:20 -0400 |
|---|---|---|
| committer | dwalker <dwalker@dwalker.xyz> | 2026-05-02 22:41:20 -0400 |
| commit | fe2204d61f3463ad00a3179e60bc5c8c010f5297 (patch) | |
| tree | e3d2477e7768e08d8b7c98455ced91c2ecef2e42 /.config/nvim/lua/config | |
| parent | bd88099e12e5781e9f38d2af17ab829e80e30687 (diff) | |
updated configs
Diffstat (limited to '.config/nvim/lua/config')
| -rw-r--r-- | .config/nvim/lua/config/treesitter.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/nvim/lua/config/treesitter.lua b/.config/nvim/lua/config/treesitter.lua deleted file mode 100644 index 29f5158..0000000 --- a/.config/nvim/lua/config/treesitter.lua +++ /dev/null @@ -1,14 +0,0 @@ -require'nvim-treesitter.configs'.setup { - -- A list of parser names, or "all" (the five listed parsers should always be installed) - ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "c_sharp", "python", "cpp", "gitignore", "gitattributes", "git_config", "git_rebase", "gitcommit", "html", "javascript", "make", "cmake", "zig", "bash", "asm", "json", "xml", "css" }, - - -- Install parsers synchronously (only applied to `ensure_installed`) - sync_install = false, - - -- Automatically install missing parsers when entering buffer - auto_install = true, - - highlight = { - enable = true, - }, -} |
