Skip to content

Commit

Permalink
feat(vscode): add ts-comments.nvim to enabled in vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 24, 2024
1 parent 83f2868 commit 23d8e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/recipes/vscode/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vim.tbl_map(function(plugin) enabled[plugin] = true end, {
"mini.move",
"mini.pairs",
"mini.surround",
"ts-comments.nvim",
"vim-easy-align",
"vim-repeat",
"vim-sandwich",
Expand Down

0 comments on commit 23d8e14

Please sign in to comment.