diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-04-13 23:41:40 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-04-13 23:41:40 +0200 |
| commit | 14ea520a44a810aab6d2d3753792b8a366dfeafc (patch) | |
| tree | 707b3c9ff005a38d15c80d893b467d4754d37a2d /nvim | |
| parent | 626d37380ad52ce3e7d128f4d13e9a2999b444ea (diff) | |
| download | dotfiles-14ea520a44a810aab6d2d3753792b8a366dfeafc.tar.gz dotfiles-14ea520a44a810aab6d2d3753792b8a366dfeafc.tar.bz2 dotfiles-14ea520a44a810aab6d2d3753792b8a366dfeafc.zip | |
C++ Support bei Treesitter aktiviert
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/plugins.vim b/nvim/plugins.vim index 5c0e50f..ddae50e 100644 --- a/nvim/plugins.vim +++ b/nvim/plugins.vim | |||
| @@ -55,7 +55,7 @@ let g:AutoPairsPrefix='<M-P>' | |||
| 55 | " Treesitter | 55 | " Treesitter |
| 56 | lua << EOF | 56 | lua << EOF |
| 57 | require'nvim-treesitter.configs'.setup { | 57 | require'nvim-treesitter.configs'.setup { |
| 58 | ensure_installed = { "c", "lua", "vim", "vimdoc", "typescript" }, | 58 | ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "typescript" }, |
| 59 | sync_install = false, | 59 | sync_install = false, |
| 60 | auto_install = false, | 60 | auto_install = false, |
| 61 | highlight = { | 61 | highlight = { |
