From 21821d5da4df94dd50d48b0b9f5f950c0926d0cb Mon Sep 17 00:00:00 2001 From: David Lick Date: Tue, 29 Aug 2023 17:29:05 -0400 Subject: [PATCH] Fix .vimrc error for ultisnips --- modules/home/vim/.vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/home/vim/.vimrc b/modules/home/vim/.vimrc index a7acb4b..405ded3 100644 --- a/modules/home/vim/.vimrc +++ b/modules/home/vim/.vimrc @@ -12,7 +12,6 @@ endif let g:vim_bootstrap_langs = "go,html,javascript,typescript" let g:vim_bootstrap_editor = "vim" " nvim or vim -let g:vim_bootstrap_theme = "dracula" let g:vim_bootstrap_frams = "" if !filereadable(vimplug_exists) @@ -49,7 +48,6 @@ Plug 'dense-analysis/ale' Plug 'Yggdroot/indentLine' Plug 'editor-bootstrap/vim-bootstrap-updater' Plug 'tpope/vim-rhubarb' " required by fugitive to :GBrowse -Plug 'dracula/vim', { 'as': 'dracula' } if isdirectory('/usr/local/opt/fzf') @@ -69,7 +67,6 @@ Plug 'xolox/vim-misc' Plug 'xolox/vim-session' "" Snippets -Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' "***************************************************************************** @@ -165,9 +162,6 @@ set ruler set number let no_buffers_menu=1 -let g:dracula_colorterm = 0 -colorscheme dracula - " Better command line completion set wildmenu