noice and surround
This commit is contained in:
parent
010bf79a28
commit
3eaa2b30d0
2 changed files with 45 additions and 0 deletions
14
init.lua
14
init.lua
|
|
@ -198,6 +198,20 @@ require('lazy').setup({
|
|||
vim.cmd.colorscheme 'catppuccin'
|
||||
end
|
||||
},
|
||||
|
||||
{
|
||||
"tpope/vim-surround"
|
||||
},
|
||||
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
"rcarriga/nvim-notify",
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
-- Set lualine as statusline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue