feat(nvim): add legendary and dressing plugins for easy access to keymaps, commands and autocommands

This commit is contained in:
Stefan Imhoff
2022-11-10 13:14:53 +01:00
parent a5322db4f7
commit 46cb5dacb9
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- https://github.com/stevearc/dressing.nvim
local status, dressing = pcall(require, "dressing")
if not status then
return
end
dressing.setup()