diff options
| author | 2024-02-18 15:18:56 +0300 | |
|---|---|---|
| committer | 2024-02-18 15:18:56 +0300 | |
| commit | d3483449381b6a7ee4e62e352c699c63ddaab33a (patch) | |
| tree | 6b181039580851d51629cb7e3bb139bde90e9720 /nvim/lua/plugins/treesitter.lua | |
| parent | Обновление zsh (diff) | |
| download | dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.gz dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.bz2 dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.tar.xz dotfiles-d3483449381b6a7ee4e62e352c699c63ddaab33a.zip | |
Конфиги nvim
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua new file mode 100644 index 0000000..ff02ec4 --- /dev/null +++ b/nvim/lua/plugins/treesitter.lua @@ -0,0 +1,5 @@ +require('nvim-treesitter.configs').setup{ + ensure_installed = 'all', + ignore_install = { 'phpdoc' }, + highlight = { enable = true } +} |
