feat: neovim - more plugins

This commit is contained in:
Ryan Yin
2023-08-12 20:56:21 +08:00
parent 9f91849707
commit 0be942efe2
2 changed files with 14 additions and 0 deletions

View File

@@ -162,6 +162,9 @@ return {
-- Undo tree
{ "debugloop/telescope-undo.nvim", },
-- Lua implementation of CamelCaseMotion, with extra consideration of punctuation.
{ "chrisgrieser/nvim-spider", lazy = true },
-- Install lsp, formmatter and others via home manager instead of Mason.nvim
-- LSP installations
{