Removed Plugins for server nvim

This commit is contained in:
root
2023-01-23 21:50:17 +00:00
parent e2ae2ecc24
commit b1d2ac048e
5 changed files with 21 additions and 219 deletions

View File

@ -48,7 +48,7 @@ opt.synmaxcol = 240 -- Max column for syntax highlight
-- Colorscheme
-----------------------------------------------------------
opt.termguicolors = true -- Enable 24-bit RGB colors
cmd [[colorscheme tokyonight]]
cmd [[colorscheme catppuccin-macchiato]]
-----------------------------------------------------------
-- Tabs, indent
-----------------------------------------------------------