[nvim] added everforest and cleaned up unused plugins

This commit is contained in:
Afonso Franco 2025-01-07 16:33:16 +00:00
parent 93afc92dbb
commit e2613dd01a
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
3 changed files with 7 additions and 15 deletions

View file

@ -8,5 +8,7 @@ return {
"EdenEast/nightfox.nvim", "EdenEast/nightfox.nvim",
event = "VeryLazy", event = "VeryLazy",
priority = 1000 priority = 1000
} },
{ "blazkowolf/gruber-darker.nvim" },
{ "sainnhe/everforest" }
} }

View file

@ -129,6 +129,9 @@ return {
capabilities = capabilities, capabilities = capabilities,
filetypes = { 'haskell', 'lhaskell', 'cabal' }, filetypes = { 'haskell', 'lhaskell', 'cabal' },
}) })
lspconfig["clangd"].setup({
capabilities = capabilities,
})
end, end,
}, },
{ {

View file

@ -9,12 +9,6 @@ return {
vim.g.tpipeline_statusline = '%=%l:%c' vim.g.tpipeline_statusline = '%=%l:%c'
end end
}, },
{
'kevinhwang91/nvim-bqf',
event = "VeryLazy",
ft = 'qf'
},
{ {
"folke/noice.nvim", "folke/noice.nvim",
event = "VeryLazy", event = "VeryLazy",
@ -40,13 +34,6 @@ return {
"MunifTanjim/nui.nvim", "MunifTanjim/nui.nvim",
} }
}, },
{
"folke/zen-mode.nvim",
event = "VeryLazy",
opts = {
vim.keymap.set("n", "<leader>z", "<Cmd> ZenMode <CR>", { noremap = true, silent = true }),
},
},
{ {
'kevinhwang91/nvim-ufo', 'kevinhwang91/nvim-ufo',
dependencies = 'kevinhwang91/promise-async', dependencies = 'kevinhwang91/promise-async',
@ -102,5 +89,5 @@ return {
config = function() config = function()
require 'colorizer'.setup() require 'colorizer'.setup()
end end
} },
} }