Конфиги nvim
This commit is contained in:
parent
17951e8c06
commit
d348344938
12 changed files with 577 additions and 2 deletions
5
nvim/lua/plugins/treesitter.lua
Normal file
5
nvim/lua/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
require('nvim-treesitter.configs').setup{
|
||||
ensure_installed = 'all',
|
||||
ignore_install = { 'phpdoc' },
|
||||
highlight = { enable = true }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue