Initial nvim config, derived from kickstart.nvim.
This commit is contained in:
parent
09be919865
commit
39536754b3
38 changed files with 479 additions and 338 deletions
8
.config/nvim/lua/plugins/nvim-tresitter.lua
Normal file
8
.config/nvim/lua/plugins/nvim-tresitter.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
-- Highlight, edit, and navigate code
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||
},
|
||||
build = ':TSUpdate',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue