diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-30 01:34:28 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-30 01:34:28 +0200 |
| commit | 26592eccf94d2a4a51230f5974d081868acb20bf (patch) | |
| tree | 96109bf9556acdda81434ba00650cea6a2463393 | |
| parent | 97427f083a2f1b5153bc12640146447d9c9344a7 (diff) | |
| download | dotfiles-26592eccf94d2a4a51230f5974d081868acb20bf.tar.gz | |
Cleanup and typo fixes
| -rw-r--r-- | .black.rasi | 2 | ||||
| -rw-r--r-- | .vimrc | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.black.rasi b/.black.rasi index ae06959..dd18f87 100644 --- a/.black.rasi +++ b/.black.rasi | |||
| @@ -12,7 +12,7 @@ configuration { | |||
| 12 | #window { | 12 | #window { |
| 13 | background-color: black; | 13 | background-color: black; |
| 14 | border: 3; | 14 | border: 3; |
| 15 | border-color: #c3b091; | 15 | border-color: #c3b091; |
| 16 | padding: 20; | 16 | padding: 20; |
| 17 | width: 800; | 17 | width: 800; |
| 18 | } | 18 | } |
| @@ -15,14 +15,13 @@ set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | |||
| 15 | set backspace=indent,eol,start completeopt=menuone path+=** | 15 | set backspace=indent,eol,start completeopt=menuone path+=** |
| 16 | set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 | 16 | set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 |
| 17 | set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so | 17 | set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so |
| 18 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case | ||
| 19 | set omnifunc=ale#completion#OmniFunc | 18 | set omnifunc=ale#completion#OmniFunc |
| 20 | set completeopt=menu,menuone,popup,noselect,noinsert | 19 | set completeopt=menu,menuone,popup,noselect,noinsert |
| 21 | colorscheme wildcharm | 20 | colorscheme wildcharm |
| 22 | 21 | ||
| 23 | if executable('rg') | 22 | if executable('rg') |
| 24 | set grepprg=rg\ --vimgrep\ --smart-case | 23 | set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case |
| 25 | set grepformat=%f:%l:%c:%m | 24 | set grepformat=%f:%l:%c:%m |
| 26 | endif | 25 | endif |
| 27 | 26 | ||
| 28 | nnoremap <C-Right> :bnext<CR> | 27 | nnoremap <C-Right> :bnext<CR> |
