Added dressing
This commit is contained in:
parent
209dfd6998
commit
8370825e23
|
@ -47,6 +47,8 @@ function M.setup()
|
|||
"udalov/kotlin-vim", -- kotlin support
|
||||
"haringsrob/nvim_context_vt", -- show context on closing parenthesis
|
||||
"vuki656/package-info.nvim", -- shows latest versions in package.json
|
||||
"stevearc/dressing.nvim", -- better ui I guess
|
||||
|
||||
-- Git stuff
|
||||
"ruifm/gitlinker.nvim", -- generate permalinks for code
|
||||
"TimUntersberger/neogit" -- magit clone
|
||||
|
|
|
@ -5,6 +5,7 @@ function M.setup()
|
|||
require('nvim-autopairs').setup()
|
||||
require "gitlinker".setup()
|
||||
require('nvim_comment').setup()
|
||||
require('dressing').setup()
|
||||
|
||||
vscode.unless(function()
|
||||
require("presence"):setup({})
|
||||
|
|
Loading…
Reference in a new issue