more nvim config
This commit is contained in:
parent
4ecc5566b4
commit
6d6e894f53
14 changed files with 107 additions and 120 deletions
|
@ -1,9 +1,13 @@
|
|||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter-textobjects', },
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||
'nvim-treesitter/nvim-treesitter-context'
|
||||
},
|
||||
build = ':TSUpdate',
|
||||
config = function()
|
||||
vim.defer_fn(function()
|
||||
-- - @diagnostic disable-next-line: missing-fields
|
||||
require('nvim-treesitter.configs').setup({
|
||||
auto_install = true,
|
||||
highlight = { enable = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue