Added nvim cursor word
This commit is contained in:
parent
f656b81a7f
commit
e9696fab22
1 changed files with 5 additions and 0 deletions
5
.config/nvim/lua/plugins/stcursorword.lua
Normal file
5
.config/nvim/lua/plugins/stcursorword.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"sontungexpt/stcursorword",
|
||||
event = "VeryLazy",
|
||||
config = true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue