Update nvim

This commit is contained in:
Smirnov Alexander 2021-06-10 19:09:35 +03:00
parent a01c2ab92c
commit 093639a28a
24 changed files with 102 additions and 119 deletions

View file

@ -0,0 +1,5 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = {'javascript', 'typescript', 'python', 'go'};
highlight = { enable = true };
indent = { enable = true };
}