This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: add nvim-ts-context-commentstring
master
Tovi Jaeschke-Rogers
5 months ago
parent
2b6ecf284f
commit
9150e7954b
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.config/nvim/lua/tovi/plugins/nvim-ts-context-commentstring.lua
+ 5
- 0
.config/nvim/lua/tovi/plugins/nvim-ts-context-commentstring.lua
View File
@ -0,0 +1,5 @@
return
{
'
JoosepAlviste/nvim-ts-context-commentstring
'
,
event
=
{
'
BufRead
'
,
'
BufNewFile
'
}
,
config
=
true
,
}
Write
Preview
Loading…
Cancel
Save