update all the changes that have been made outside of chezmoi
This commit is contained in:
parent
f1784af730
commit
3d8b45dbee
6 changed files with 12 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family Hasklig
|
||||
font_family FiraCode
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
@ -87,7 +87,8 @@ disable_ligatures never
|
|||
#: implemented using the calt OpenType feature. For disabling general
|
||||
#: ligatures, use the font_features setting.
|
||||
|
||||
font_features none
|
||||
#font_features none
|
||||
font_features FiraCode-Regular +zero +ss02 +ss03 +cv14
|
||||
|
||||
#: Choose exactly which OpenType features to enable or disable. This
|
||||
#: is useful as some fonts might have features worthwhile in a
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
)
|
||||
|
||||
(deflayer standard_layer
|
||||
esc @std f2 f3 f4 f5 f6 f7 vold volu f10 f11 @f12 _ _ _
|
||||
esc @std f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 _ _ _
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
|
||||
tab q w e r t y u i o p [ ] \
|
||||
@cesc a s d f g h j k l ; ' ret
|
||||
|
|
|
@ -37,6 +37,7 @@ call plug#begin(g:plugged_home)
|
|||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'psf/black', { 'branch': 'main' }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'navarasu/onedark.nvim'
|
||||
" This was fun and all, but getting data out sucked, so if they ever get an
|
||||
" update, maybe try again
|
||||
"Plugin 'ActivityWatch/aw-watcher-vim'
|
||||
|
@ -73,7 +74,7 @@ if exists('+termguicolors')
|
|||
set termguicolors
|
||||
endif
|
||||
|
||||
colorscheme spaceduck
|
||||
colorscheme spaceduck
|
||||
|
||||
" set the number style to hybrid
|
||||
set number relativenumber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue