diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-11-25 23:30:19 +0100 |
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-11-25 23:30:19 +0100 |
| commit | baceaec43ca63cabd09ade04d09fc828c7003ff5 (patch) | |
| tree | b9f9c7e08d4176c4ed0fdbc3b248f74d6f43d6dd /.config/nvim/lua/plugins/treesitter.lua | |
| parent | bab42101408cf24f498e1e56ee2b35281bf284ef (diff) | |
nvim config: use 0.12 vim.pack and get rid of lazy
Diffstat (limited to '.config/nvim/lua/plugins/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/treesitter.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua deleted file mode 100644 index a6ffac9..0000000 --- a/.config/nvim/lua/plugins/treesitter.lua +++ /dev/null @@ -1,13 +0,0 @@ -return { - "nvim-treesitter/nvim-treesitter", - build = ":TSUpdate", - config = function() - local configs = require("nvim-treesitter.configs") - configs.setup({ - ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" }, - sync_install = false, - highlight = { enable = true }, - indent = { enable = true }, - }) - end -} |
