Nvim: remove unused modules, update configs
This commit is contained in:
@@ -16,6 +16,7 @@ return {{
|
||||
"MunifTanjim/nui.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-lua/popup.nvim",
|
||||
"stevearc/dressing.nvim",
|
||||
"wellle/targets.vim",
|
||||
-- }}}
|
||||
|
||||
@@ -24,7 +25,7 @@ return {{
|
||||
-- }}}
|
||||
|
||||
-- Support for random filetypes {{{
|
||||
--"chrisbra/csv.vim",
|
||||
"chrisbra/csv.vim",
|
||||
--"iamcco/markdown-preview.nvim",, { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
|
||||
--"vim-pandoc/vim-pandoc",
|
||||
--"weirongxu/plantuml-previewer.vim", |
|
||||
@@ -34,17 +35,10 @@ return {{
|
||||
|
||||
-- Other plugins (external tools, etc) {{{
|
||||
--"JMcKiern/vim-shoot",
|
||||
--"MortenStabenau/matlab-vim",
|
||||
--"junegunn/goyo.vim",
|
||||
"protex/better-digraphs.nvim",
|
||||
-- }}}
|
||||
|
||||
-- Appearance {{{
|
||||
--"jaredgorski/spacecamp",
|
||||
--"lifepillar/vim-gruvbox8",
|
||||
--"marko-cerovac/material.nvim",
|
||||
--"srcery-colors/srcery-vim",
|
||||
--"tanvirtin/monokai.nvim",
|
||||
{
|
||||
'anuvyklack/pretty-fold.nvim',
|
||||
config = function()
|
||||
@@ -66,43 +60,6 @@ return {{
|
||||
})
|
||||
end
|
||||
},
|
||||
"stevearc/dressing.nvim",
|
||||
--"wuelnerdotexe/vim-enfocado",
|
||||
{
|
||||
"fenetikm/falcon",
|
||||
lazy = false,
|
||||
config = function()
|
||||
--vim.cmd([[ colorscheme falcon]])
|
||||
end
|
||||
},
|
||||
{
|
||||
"casr/vim-colors-reference",
|
||||
lazy = false,
|
||||
config = function()
|
||||
--vim.cmd([[ colorscheme reference]])
|
||||
end
|
||||
},
|
||||
{
|
||||
"blazkowolf/gruber-darker.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.cmd([[ colorscheme gruber-darker]])
|
||||
end
|
||||
},
|
||||
{
|
||||
"rebelot/kanagawa.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
--vim.cmd([[ colorscheme kanagawa]])
|
||||
end
|
||||
},
|
||||
{
|
||||
"tommcdo/vim-lion",
|
||||
keys = {
|
||||
{ "gl", desc = "align to specific character to the left" },
|
||||
{ "gL", desc = "align to specific character to the right" }
|
||||
}
|
||||
},
|
||||
-- }}}
|
||||
|
||||
-- Testing phase {{{
|
||||
@@ -113,23 +70,20 @@ return {{
|
||||
--require('lsp_lines').setup()
|
||||
|
||||
--"mfussenegger/nvim-dap",
|
||||
--"narutoxy/silicon.lua",
|
||||
--"nguyenvukhang/nvim-toggler",
|
||||
--"rgroli/other.nvim", " Currently doesn't support C/C++
|
||||
--"smolovk/projector.nvim",
|
||||
"Pocco81/true-zen.nvim",
|
||||
-- {'krivahtoo/silicon.nvim', build = './install.sh',
|
||||
-- config = function()
|
||||
-- require('silicon').setup({
|
||||
-- font = 'DaddyTimeMono Nerd Font=16',
|
||||
-- theme = 'Monokai Extended',
|
||||
-- })
|
||||
-- end
|
||||
-- },
|
||||
"nullchilly/fsread.nvim",
|
||||
"ziontee113/icon-picker.nvim",
|
||||
"cbochs/grapple.nvim",
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
{
|
||||
"cbochs/grapple.nvim",
|
||||
enabled = false
|
||||
},
|
||||
{
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
--'jinzhongjia/PS_manager.nvim',
|
||||
-- }}}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user