nvim: Add notify, select and input UI theme plugins
This commit is contained in:
parent
72e7832dce
commit
a44cf1d509
1 changed files with 5 additions and 1 deletions
|
@ -180,7 +180,11 @@ return {
|
||||||
},
|
},
|
||||||
config = function() require('plug._lsp') end
|
config = function() require('plug._lsp') end
|
||||||
}, { 'simrat39/symbols-outline.nvim', config = true, event = "VeryLazy" }, -- vista-like outline view for code
|
}, { 'simrat39/symbols-outline.nvim', config = true, event = "VeryLazy" }, -- vista-like outline view for code
|
||||||
{ 'ray-x/lsp_signature.nvim', config = true }
|
{ 'ray-x/lsp_signature.nvim', config = true }, -- UI improvements
|
||||||
|
{ 'stevearc/dressing.nvim', config = true }, {
|
||||||
|
'rcarriga/nvim-notify',
|
||||||
|
config = function() vim.notify = require("notify") end
|
||||||
|
}
|
||||||
-- { -- REQUIRES custom `yay -S --asdeps lua51-lyaml invocation` AND is suuper slow
|
-- { -- REQUIRES custom `yay -S --asdeps lua51-lyaml invocation` AND is suuper slow
|
||||||
-- "jghauser/papis.nvim",
|
-- "jghauser/papis.nvim",
|
||||||
-- after = { "telescope.nvim", "nvim-cmp" },
|
-- after = { "telescope.nvim", "nvim-cmp" },
|
||||||
|
|
Loading…
Reference in a new issue