feat: neovim

This commit is contained in:
Ryan Yin
2023-07-10 19:06:59 +08:00
parent b6629a38a1
commit 21b3d4ad37
37 changed files with 2499 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
return {
"folke/trouble.nvim",
keys = {
{ "tr", "<cmd>TroubleToggle<cr>", desc = "trouble" },
},
}