This commit is contained in:
nova
2026-03-28 17:09:17 +01:00
parent f3bb1c2cee
commit e61788a445
7 changed files with 92 additions and 176 deletions
-31
View File
@@ -3,31 +3,6 @@ local plugins = {
-- {{{ basic lsp stuff
{
"neovim/nvim-lspconfig",
event = "VeryLazy",
},
{
"williamboman/mason-lspconfig.nvim",
event = "VeryLazy",
dependencies = {
"williamboman/mason.nvim"
}
},
{
'ms-jpq/coq_nvim',
branch = 'coq',
event = "InsertEnter",
init = function() vim.g.coq_settings = {
auto_start = 'shut-up',
["keymap.jump_to_mark"] = "<C-s>",
["display.ghost_text.enabled"] = false,
} end,
dependencies = {
{ "ms-jpq/coq.artifacts",
branch = "artifacts",
event = "InsertEnter", },
{ "neovim/nvim-lspconfig" },
},
},
-- }}}
-- }}}
@@ -68,12 +43,6 @@ local plugins = {
end
},
--start screen
{
'nvimdev/dashboard-nvim',
event = 'VimEnter',
dependencies = { {'nvim-tree/nvim-web-devicons'}}
},
-- }}}
-- {{{ misc