diff options
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 } +} |
