fix: Add plugin name for nvim-treesitter to spec
This commit is contained in:
parent
c7a950fc08
commit
6b45da03e2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
'nvim-treesitter',
|
||||
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile', 'DeferredUIEnter' },
|
||||
keys = {
|
||||
{ '<C-space>', desc = 'increment selection' },
|
||||
|
|
Loading…
Reference in a new issue