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 {
|
return {
|
||||||
|
'nvim-treesitter',
|
||||||
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile', 'DeferredUIEnter' },
|
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile', 'DeferredUIEnter' },
|
||||||
keys = {
|
keys = {
|
||||||
{ '<C-space>', desc = 'increment selection' },
|
{ '<C-space>', desc = 'increment selection' },
|
||||||
|
|
Loading…
Reference in a new issue