fix: update nvim config
All checks were successful
Container build / container-build (push) Successful in 4m12s

This commit is contained in:
Job
2024-12-20 20:24:46 +01:00
parent b745a06eec
commit b93b0bd735
4 changed files with 13 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
-- Configure rose-pine and gruvbox-material colorschemes.
return {
{ "rose-pine/neovim" },
{ "rose-pine/neovim", name = "rose-pine" },
{ "sainnhe/gruvbox-material" },
{
"LazyVim/LazyVim",

View File

@@ -5,6 +5,7 @@ return {
"folke/snacks.nvim",
opts = {
dashboard = { enabled = false },
notifier = { level = vim.log.levels.WARN },
},
},
{
@@ -16,6 +17,9 @@ return {
},
-- Disable unused plugins.
{ "flash.nvim", enabled = false },
{ "bufferline.nvim", enabled = false },
{ "folke/flash.nvim", enabled = false },
{ "folke/todo-comments.nvim", enabled = false },
{ "folke/trouble.nvim", enabled = false },
{ "MagicDuck/grug-far.nvim", enabled = false },
{ "akinsho/bufferline.nvim", enabled = false },
}