diff options
author | Guangxiong Lin <[email protected]> | 2023-12-26 23:48:55 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-26 23:48:55 +0800 |
commit | 4d77b7e3165196342f7a6cc83eb549b63735ff5b (patch) | |
tree | 38993bbce621349b8bdc9857f176213d4d1513ad /.vim/after/plugin/treesitter.vim | |
parent | 1c6f6f0b0ecaad9b9266683377034252714e30fa (diff) | |
download | dotfiles-4d77b7e3165196342f7a6cc83eb549b63735ff5b.tar.gz dotfiles-4d77b7e3165196342f7a6cc83eb549b63735ff5b.tar.bz2 dotfiles-4d77b7e3165196342f7a6cc83eb549b63735ff5b.zip |
Add neovim config
Diffstat (limited to '.vim/after/plugin/treesitter.vim')
-rw-r--r-- | .vim/after/plugin/treesitter.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/after/plugin/treesitter.vim b/.vim/after/plugin/treesitter.vim index c022662..268ab0a 100644 --- a/.vim/after/plugin/treesitter.vim +++ b/.vim/after/plugin/treesitter.vim @@ -9,7 +9,6 @@ lua <<EOF local treesitter_config = require 'nvim-treesitter.configs' treesitter_config.setup { - ensure_installed = { 'c', 'lua', 'gdscript', 'go', 'python' }, sync_install = false, highlight = { |