Nvim: optimize config, change colorscheme to kanagawa

This commit is contained in:
Robert Kmieć
2023-03-23 08:56:45 +01:00
parent f1e79ee50e
commit dd12fee249
9 changed files with 64 additions and 243 deletions

View File

@@ -20,7 +20,6 @@ return {{
-- }}}
-- Git integration {{{
"lewis6991/gitsigns.nvim",
"tpope/vim-fugitive",
-- }}}
@@ -77,14 +76,14 @@ return {{
"fenetikm/falcon",
lazy = false,
config = function()
-- vim.cmd([[ colorscheme falcon]])
vim.cmd([[ colorscheme falcon]])
end
},
{
"rebelot/kanagawa.nvim",
lazy = false,
config = function()
vim.cmd([[ colorscheme kanagawa]])
--vim.cmd([[ colorscheme kanagawa]])
end
},
-- }}}
@@ -107,8 +106,6 @@ return {{
"ziontee113/icon-picker.nvim",
"cbochs/grapple.nvim",
"shortcuts/no-neck-pain.nvim",
"edluffy/specs.nvim",
{ 'ruifm/gitlinker.nvim', dependencies = 'nvim-lua/plenary.nvim'},
--'jinzhongjia/PS_manager.nvim',
-- }}}
}}