Cleaned a few plugins for faster performance

This commit is contained in:
root
2023-02-06 14:50:01 -05:00
parent bea26f54a4
commit 7356570c16
6 changed files with 12 additions and 63 deletions

View File

@ -19,7 +19,7 @@ opt.clipboard = 'unnamedplus' -- Copy/paste to system clipboard
opt.swapfile = false -- Don't use swapfile
opt.shadafile = "NONE"
opt.shadafile = ""
opt.shell = "/bin/zsh"
opt.shell = "/bin/bash"
opt.updatetime = 200
opt.cursorline = true
g.markdown_folding = 1
@ -48,7 +48,7 @@ opt.synmaxcol = 240 -- Max column for syntax highlight
-- Colorscheme
-----------------------------------------------------------
opt.termguicolors = true -- Enable 24-bit RGB colors
cmd [[colorscheme catppuccin-macchiato]]
cmd [[colorscheme dracula]]
-----------------------------------------------------------
-- Tabs, indent
-----------------------------------------------------------