diff options
-rw-r--r-- | .Xresources | 2 | ||||
-rwxr-xr-x | .config/nvim/init.vim | 6 | ||||
-rwxr-xr-x | .local/bin/shortcutgen | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.Xresources b/.Xresources index 9266b65..8017be6 100644 --- a/.Xresources +++ b/.Xresources @@ -25,7 +25,7 @@ *color13: #E16A98 !cyan *color6: #42717B -*color14: #738C9C +*color14: #1A282f !white *color7: #C0C7Ca *color15: #C0C7Ca diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index feb2d66..61aab55 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -192,14 +192,14 @@ nmap <Space> <Leader> nnoremap <leader>w :w<CR> " #---Visual Enhancements---# " -colorscheme elly +colorscheme friffle " colorscheme friffle " Remove latex underscore errors let g:tex_no_error=1 " let g:airline_powerline_fonts = 1 " Lightline config let g:lightline = { - \ 'colorscheme': 'elly', + \ 'colorscheme': 'friffle', \ 'active': { \ 'left': [ [ 'mode', 'paste' ], \ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ] @@ -225,7 +225,7 @@ filetype plugin indent on " Nvim-R send line nmap <C-Enter> <leader>l " Nvim-R match colorscheme -let rout_follow_colorscheme = 1 +let rout_follow_colorscheme = 0 " Nvim-R folding let r_syntax_folding = 1 set foldnestmax=1 diff --git a/.local/bin/shortcutgen b/.local/bin/shortcutgen index 8f4cf6b..e5817d9 100755 --- a/.local/bin/shortcutgen +++ b/.local/bin/shortcutgen @@ -56,6 +56,6 @@ echo "$vifmcd\n\n$vifmv\n\n$vifmy" > ~/.cache/vifm-shortcuts # #---Testing---# # # echo "$raw" | sed "s/[A-z,a-z,0-9]*\s*|//" -clear +# clear # echo "$vifmv" -cat ~/.cache/vifm-shortcuts +# cat ~/.cache/vifm-shortcuts |