New approach to dotfiles handling.
This commit is contained in:
parent
af2d271f03
commit
74ec21fafd
5 changed files with 12 additions and 12 deletions
|
@ -70,7 +70,7 @@ hi! NonText ctermbg=NONE guibg=NONE
|
|||
|
||||
let g:Hexokinase_highlighters = [ 'backgroundfull' ]
|
||||
|
||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/settings/fd'
|
||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.local/config/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
|
||||
|
@ -93,4 +93,4 @@ function! LightLineReadonly()
|
|||
return &readonly && &filetype !=# 'help' ? '' : ''
|
||||
endfunction
|
||||
|
||||
source ~/.local/settings/vimrc
|
||||
source ~/.local/config/vimrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue