diff options
| author | kkard2 <[email protected]> | 2023-12-02 12:45:06 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-12-02 12:45:06 +0100 |
| commit | 1e094abc6c4c6866b0abad198b1785d2da3d327c (patch) | |
| tree | b448c85510b88da34cfe06469f5a976fbed889ae /nvim/lua/kkard2/lazy/treesitter.lua | |
| parent | bd2a637b4593d8a64010a0438ce1c9b57a9436a5 (diff) | |
i couldn't help it
Diffstat (limited to 'nvim/lua/kkard2/lazy/treesitter.lua')
| -rw-r--r-- | nvim/lua/kkard2/lazy/treesitter.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nvim/lua/kkard2/lazy/treesitter.lua b/nvim/lua/kkard2/lazy/treesitter.lua deleted file mode 100644 index 5129ecd..0000000 --- a/nvim/lua/kkard2/lazy/treesitter.lua +++ /dev/null @@ -1,9 +0,0 @@ -return function() - require("nvim-treesitter.configs").setup({ - auto_install = true, - highlight = { - enable = true, - }, - }) - vim.cmd("TSUpdate") -end |
