[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",
|
"EdenEast/nightfox.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
priority = 1000
|
priority = 1000
|
||||||
}
|
},
|
||||||
|
{ "blazkowolf/gruber-darker.nvim" },
|
||||||
|
{ "sainnhe/everforest" }
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,6 +129,9 @@ return {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
filetypes = { 'haskell', 'lhaskell', 'cabal' },
|
filetypes = { 'haskell', 'lhaskell', 'cabal' },
|
||||||
})
|
})
|
||||||
|
lspconfig["clangd"].setup({
|
||||||
|
capabilities = capabilities,
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue