changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user