Fix .vimrc error for ultisnips
This commit is contained in:
@@ -12,7 +12,6 @@ endif
|
|||||||
|
|
||||||
let g:vim_bootstrap_langs = "go,html,javascript,typescript"
|
let g:vim_bootstrap_langs = "go,html,javascript,typescript"
|
||||||
let g:vim_bootstrap_editor = "vim" " nvim or vim
|
let g:vim_bootstrap_editor = "vim" " nvim or vim
|
||||||
let g:vim_bootstrap_theme = "dracula"
|
|
||||||
let g:vim_bootstrap_frams = ""
|
let g:vim_bootstrap_frams = ""
|
||||||
|
|
||||||
if !filereadable(vimplug_exists)
|
if !filereadable(vimplug_exists)
|
||||||
@@ -49,7 +48,6 @@ Plug 'dense-analysis/ale'
|
|||||||
Plug 'Yggdroot/indentLine'
|
Plug 'Yggdroot/indentLine'
|
||||||
Plug 'editor-bootstrap/vim-bootstrap-updater'
|
Plug 'editor-bootstrap/vim-bootstrap-updater'
|
||||||
Plug 'tpope/vim-rhubarb' " required by fugitive to :GBrowse
|
Plug 'tpope/vim-rhubarb' " required by fugitive to :GBrowse
|
||||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
|
||||||
|
|
||||||
|
|
||||||
if isdirectory('/usr/local/opt/fzf')
|
if isdirectory('/usr/local/opt/fzf')
|
||||||
@@ -69,7 +67,6 @@ Plug 'xolox/vim-misc'
|
|||||||
Plug 'xolox/vim-session'
|
Plug 'xolox/vim-session'
|
||||||
|
|
||||||
"" Snippets
|
"" Snippets
|
||||||
Plug 'SirVer/ultisnips'
|
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
|
|
||||||
"*****************************************************************************
|
"*****************************************************************************
|
||||||
@@ -165,9 +162,6 @@ set ruler
|
|||||||
set number
|
set number
|
||||||
|
|
||||||
let no_buffers_menu=1
|
let no_buffers_menu=1
|
||||||
let g:dracula_colorterm = 0
|
|
||||||
colorscheme dracula
|
|
||||||
|
|
||||||
|
|
||||||
" Better command line completion
|
" Better command line completion
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user