1
0

FEAT: Adding trouble and started luasnippets

TODO: Fix compe to show snippets available in insert mode
This commit is contained in:
2024-03-30 16:47:37 +01:00
parent 58158ed5ef
commit a2b76f8aef
5 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
return {
"folke/trouble.nvim",
config = function ()
end
}