aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 01:34:28 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-04-30 01:34:28 +0200
commit26592eccf94d2a4a51230f5974d081868acb20bf (patch)
tree96109bf9556acdda81434ba00650cea6a2463393
parent97427f083a2f1b5153bc12640146447d9c9344a7 (diff)
downloaddotfiles-26592eccf94d2a4a51230f5974d081868acb20bf.tar.gz
Cleanup and typo fixes
-rw-r--r--.black.rasi2
-rw-r--r--.vimrc5
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}
diff --git a/.vimrc b/.vimrc
index 0e81ae4..f11fb47 100644
--- a/.vimrc
+++ b/.vimrc
@@ -15,14 +15,13 @@ set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
15set backspace=indent,eol,start completeopt=menuone path+=** 15set backspace=indent,eol,start completeopt=menuone path+=**
16set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10 16set foldmethod=syntax foldlevel=99 foldopen= lazyredraw scrolloff=10
17set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so 17set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/vendor,tags,*.o,*.a,*.so
18set grepprg=rg\ --vimgrep\ --no-heading\ --smart-case
19set omnifunc=ale#completion#OmniFunc 18set omnifunc=ale#completion#OmniFunc
20set completeopt=menu,menuone,popup,noselect,noinsert 19set completeopt=menu,menuone,popup,noselect,noinsert
21colorscheme wildcharm 20colorscheme wildcharm
22 21
23if executable('rg') 22if 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
26endif 25endif
27 26
28nnoremap <C-Right> :bnext<CR> 27nnoremap <C-Right> :bnext<CR>