[nvim] added everforest and cleaned up unused plugins
This commit is contained in:
parent
93afc92dbb
commit
e2613dd01a
3 changed files with 7 additions and 15 deletions
|
@ -8,5 +8,7 @@ return {
|
|||
"EdenEast/nightfox.nvim",
|
||||
event = "VeryLazy",
|
||||
priority = 1000
|
||||
}
|
||||
},
|
||||
{ "blazkowolf/gruber-darker.nvim" },
|
||||
{ "sainnhe/everforest" }
|
||||
}
|
||||
|
|
|
@ -129,6 +129,9 @@ return {
|
|||
capabilities = capabilities,
|
||||
filetypes = { 'haskell', 'lhaskell', 'cabal' },
|
||||
})
|
||||
lspconfig["clangd"].setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -9,12 +9,6 @@ return {
|
|||
vim.g.tpipeline_statusline = '%=%l:%c'
|
||||
end
|
||||
},
|
||||
{
|
||||
'kevinhwang91/nvim-bqf',
|
||||
event = "VeryLazy",
|
||||
ft = 'qf'
|
||||
},
|
||||
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
|
@ -40,13 +34,6 @@ return {
|
|||
"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',
|
||||
dependencies = 'kevinhwang91/promise-async',
|
||||
|
@ -102,5 +89,5 @@ return {
|
|||
config = function()
|
||||
require 'colorizer'.setup()
|
||||
end
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue