nvim: newline
This commit is contained in:
parent
29e847ae99
commit
676c1e6854
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ return require('packer').startup({function()
|
||||||
|
|
||||||
-- Colors (decorations)
|
-- Colors (decorations)
|
||||||
use { -- treesitter: syntax highlighting and more
|
use { -- treesitter: syntax highlighting and more
|
||||||
'nvim-treesitter/nvim-treesitter', run = ':TSUpdate',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
|
run = ':TSUpdate',
|
||||||
config = function()
|
config = function()
|
||||||
require('blake.lsp').treesitter()
|
require('blake.lsp').treesitter()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue