nvim: Add notify, select and input UI theme plugins

This commit is contained in:
Marty Oehme 2023-03-01 15:56:30 +01:00
parent 72e7832dce
commit a44cf1d509
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -180,7 +180,11 @@ return {
},
config = function() require('plug._lsp') end
}, { '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
-- "jghauser/papis.nvim",
-- after = { "telescope.nvim", "nvim-cmp" },