mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "315ce2e4680abb9a49e8400f6cc1904d7af6e74b" and "14640d298b83b41d8a0e8be229b1de9f8d31f094" have entirely different histories.
315ce2e468
...
14640d298b
@ -1,3 +0,0 @@
|
|||||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
|
||||||
let &packpath = &runtimepath
|
|
||||||
source ~/.vimrc
|
|
||||||
@ -5,5 +5,4 @@ if has("gui_running") || has("gui_vimr")
|
|||||||
let g:airline_theme = 'onedark'
|
let g:airline_theme = 'onedark'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:airline#extensions#tabline#enabled = 1
|
let g:airline_powerline_fonts = 0
|
||||||
let g:airline_powerline_fonts = 1
|
|
||||||
|
|||||||
@ -29,11 +29,5 @@ let g:ale_fixers = {
|
|||||||
\ 'remove_trailing_lines',
|
\ 'remove_trailing_lines',
|
||||||
\ 'trim_whitespace',
|
\ 'trim_whitespace',
|
||||||
\ 'prettier'
|
\ 'prettier'
|
||||||
\ ],
|
|
||||||
\ 'vue': [
|
|
||||||
\ 'remove_trailing_lines',
|
|
||||||
\ 'trim_whitespace',
|
|
||||||
\ 'eslint',
|
|
||||||
\ 'prettier'
|
|
||||||
\ ]
|
\ ]
|
||||||
\}
|
\}
|
||||||
|
|||||||
@ -2,8 +2,6 @@ if has("gui_running") || has("gui_vimr")
|
|||||||
" Set GUI font according to OS
|
" Set GUI font according to OS
|
||||||
if has("gui_macvim")
|
if has("gui_macvim")
|
||||||
set guifont=SauceCodePro\ Nerd\ Font:h13
|
set guifont=SauceCodePro\ Nerd\ Font:h13
|
||||||
elseif has("gui_vimr")
|
|
||||||
" vimr has disabled guifont
|
|
||||||
elseif has("gui_gtk2")
|
elseif has("gui_gtk2")
|
||||||
set guifont=DejaVu\ Sans\ Mono\ 15
|
set guifont=DejaVu\ Sans\ Mono\ 15
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
map <C-P> :FZF<CR>
|
map <C-P> :FZF<CR>
|
||||||
map <C-B> :Buffers<CR>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user