diff --git a/.black.rasi b/.black.rasi index ae06959f9507b4a492405972dbdb1761310665ef..dd18f87311cfb6a3d929019f793b7e72b80df4c8 100644 --- a/.black.rasi +++ b/.black.rasi @@ -12,7 +12,7 @@ #window { background-color: black; border: 3; - border-color: #c3b091; + border-color: #c3b091; padding: 20; width: 800; } diff --git a/.vimrc b/.vimrc index 0e81ae4730fa8bcf71b536f6df12c3d1fa1c6e63..f11fb47d3ee30262ff919c5e9364c01fe958292a 100644 --- a/.vimrc +++ b/.vimrc @@ -15,14 +15,13 @@ set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 set backspace=indent,eol,start completeopt=menuone path+=** set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so -set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case set omnifunc=ale#completion#OmniFunc set completeopt=menu,menuone,popup,noselect,noinsert colorscheme wildcharm if executable('rg') - set grepprg=rg\ --vimgrep\ --smart-case - set grepformat=%f:%l:%c:%m + set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case + set grepformat=%f:%l:%c:%m endif nnoremap :bnext