Nvim: Fix treesitter and bufferline
This commit is contained in:
parent
ff676407f0
commit
841a891ecf
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},
|
||||
|
|
|
@ -34,6 +34,7 @@ require('packer').startup(function()
|
|||
-- Tabline/bufferline
|
||||
use {
|
||||
'akinsho/nvim-bufferline.lua',
|
||||
tag = "*",
|
||||
requires = 'kyazdani42/nvim-web-devicons'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue