chore(neovim): touch-ups
- Move ollama plugin out of user.lua, as that file has basically just UI configuration - Remove zen astrocommunity configuration and enable snacks.nvim's zen - Remove unused community plugins - Configure catppuccin/nvim's integrations, adding snacks.nvim and blink.cmp while removing notify, telescope and nvim-cmp
This commit is contained in:
parent
203ae22384
commit
fd1903218e
4 changed files with 48 additions and 49 deletions
7
modules/neovim/lua/plugins/snacks-nvim.lua
Normal file
7
modules/neovim/lua/plugins/snacks-nvim.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- @type LazySpec
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
opts = function(_, opts)
|
||||
opts.zen = { enabled = true }
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue