fix: update nvim config
All checks were successful
Container build / container-build (push) Successful in 4m12s
All checks were successful
Container build / container-build (push) Successful in 4m12s
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user