diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-01 20:44:09 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-01 20:44:09 +0700 |
commit | 4aeb2084faf18d7eb31d442651086504d87576e9 (patch) | |
tree | c6ad66fcdc6ebd7a014d7537a51a5b25a0ae67f3 /vim | |
parent | d510a821657190ed3f8778eda7d64c163c4c290c (diff) | |
download | dotfiles-4aeb2084faf18d7eb31d442651086504d87576e9.tar.gz |
Update 2019-12-01
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/after/ftplugin/tex.vim | 3 | ||||
-rwxr-xr-x | vim/.vim/vimrc | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim index 7ddf8a2..fe8cfef 100644 --- a/vim/.vim/after/ftplugin/tex.vim +++ b/vim/.vim/after/ftplugin/tex.vim @@ -2,6 +2,5 @@ "setlocal listchars=eol:$ ambiwidth=double "let g:tex_conceal='abdmg' let g:tex_flavor='latex' -let g:vimtex_compiler_latexrun_engines='lualatex' -let g:vimtex_indent_enabled = 0 +let g:vimtex_indent_enabled=0 let g:vimtex_quickfix_mode=0 diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index f2a5003..ec9194d 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -41,6 +41,7 @@ Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'} Plug 'https://github.com/kovisoft/slimv.git', {'for': 'lisp'} Plug 'https://github.com/artur-shaik/vim-javacomplete2.git', {'for': 'java'} call plug#end() +source /usr/share/doc/fzf/examples/fzf.vim set t_Co=256 colorscheme srcery |