Skip to content

Commit

Permalink
feat(vscode): add more known working plugins to enable in VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 23, 2024
1 parent 259ae0f commit 544998e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/astrocommunity/recipes/vscode/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ vim.tbl_map(function(plugin) enabled[plugin] = true end, {
"nvim-treesitter-textobjects",
"nvim-ts-context-commentstring",
-- more known working
"dial.nvim",
"flash.nvim",
"flit.nvim",
"leap.nvim",
"mini.ai",
"mini.comment",
"mini.move",
"mini.pairs",
"mini.surround",
"vim-easy-align",
"vim-repeat",
"vim-sandwich",
"yanky.nvim",
-- feel free to open PRs to add more support!
})

Expand Down

0 comments on commit 544998e

Please sign in to comment.