From 70274919e2d27a37a9a604e062a961e2d25f2dfa Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 8 Nov 2024 22:47:15 +0100 Subject: Updates bashrc, aliasrc, i3 config, mpv config and vimrc --- dot_vimrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'dot_vimrc') diff --git a/dot_vimrc b/dot_vimrc index a3bd846..be693c1 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -39,8 +39,8 @@ Plug 'itchyny/lightline.vim' Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } call plug#end() -"Ctrlp Settings {{{ +"Ctrlp Settings {{{ let g:ctrlp_map = '' let g:ctrlp_cmd = 'ctrlp' @@ -51,7 +51,6 @@ set wildignore+=*/.git/*,*/tmp/*,*.swp/*,*/node_modules/*,*/temp/*,*/Builds/*,*/ let g:ctrlp_max_files = 0 " Search from current directory instead of project root - function! CtrlPCommand() let c = 0 let wincount = winnr('$') @@ -75,6 +74,7 @@ let g:ctrlp_custom_ignore = { \ 'file': '\.so$\|\.dat$|\.DS_Store$|\.meta|\.zip|\.rar|\.ipa|\.apk', \ } " }}} + "Ale Settings {{{ let g:ale_echo_msg_error_str = 'E' @@ -90,8 +90,8 @@ let g:ale_linters = { \ 'java': ['javac'] \ } " }}} -" Deoplete {{{ +" Deoplete {{{ let g:deoplete#enable_at_startup = 1 let g:deoplete#custom#auto_complete_start_length = 2 @@ -129,6 +129,7 @@ let g:UltiSnipsSnippetDirectories = ['~/.vim/UltiSnips', 'UltiSnips'] let g:UltiSnipsSnippetsDir="~/.vim/UltiSnips" " }}} + " Java {{{ " Easy compile java in vim @@ -144,3 +145,6 @@ set termguicolors let g:Hexokinase_highlighters = ['virtual'] let g:Hexokinase_optInPatterns = 'full_hex,rgb,rgba,hsl,hsla' " ] + +" Set the colorscheme +colorscheme torte -- cgit v1.2.3