Migrate from ~/.config/local to ~/.local/settings.

This commit is contained in:
Bartek Stalewski 2021-04-20 22:52:38 +02:00
parent 4dc2b58f6a
commit ee45430c00
5 changed files with 29 additions and 21 deletions

View file

@ -71,7 +71,7 @@ let g:limelight_conceal_guifg = '0'
autocmd! User GoyoEnter Limelight
autocmd! User GoyoLeave Limelight!
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/fd'
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/settings/fd'
command! -bang -nargs=? -complete=dir Files
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=Monokai\ Extended\ Bright {}']}, <bang>0)
command! -bang -nargs=? -complete=dir Colors
@ -94,4 +94,4 @@ function! LightLineReadonly()
return &readonly && &filetype !=# 'help' ? 'RO' : ''
endfunction
source ~/.config/local/init.vim
source ~/.local/settings/init.vim