Nvim: Fix treesitter and bufferline
This commit is contained in:
parent
c96240e269
commit
f629ee960f
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = 'maintained',
|
||||
ensure_installed = 'all',
|
||||
highlight = {enable = true},
|
||||
indent = {enable = true},
|
||||
incremental_selection = {enable = true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue