Browse Source

feat: add nvim-ts-context-commentstring

master
Tovi Jaeschke-Rogers 3 months ago
parent
commit
9150e7954b
1 changed files with 5 additions and 0 deletions
  1. +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,
}

Loading…
Cancel
Save