Конфиги nvim

This commit is contained in:
Alex NeonXP 2024-02-18 15:18:56 +03:00
parent 17951e8c06
commit d348344938
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
12 changed files with 577 additions and 2 deletions

View file

@ -0,0 +1,5 @@
require('nvim-treesitter.configs').setup{
ensure_installed = 'all',
ignore_install = { 'phpdoc' },
highlight = { enable = true }
}