diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-01 10:15:30 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-01 10:15:30 +0200 |
commit | edf92699e07a00324a7cf06f27eb1350db658df7 (patch) | |
tree | d651680a6e996f4eee7afae2b63b970e579ac687 /.config/nvim | |
parent | d0a498a80b8cf634ecc69f049111fb1108282b1d (diff) |
various updates
- fcitx5 update (adds config keys, translated comments for some reason)
- firefox userChrome + user.js tweaks
- mbsyncrc SSLType -> TLSType
- copy-subs update
- vimrc update (hexokinase, small tweaks)
- picom shadow exclude tweaks for firefox
- remove whoami module from polybar
- ccpreview tweaks
- panic script does more now
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/init.vim | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 5396755..fd1d949 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -104,8 +104,8 @@ nnoremap tt :tabnew<CR> nmap <CR> o<Esc> nmap <leader>qf <Plug>(coc-fix-current) -nnoremap <A-j> :m +1<CR> -nnoremap <A-k> :m -2<CR> +nnoremap <silent> <A-j> :m +1<CR> +nnoremap <silent> <A-k> :m -2<CR> imap <C-h> <Left> imap <C-j> <Down> @@ -194,15 +194,10 @@ cnoreabbrev W w cnoreabbrev sudow w !sudo tee % " hexokinase -let g:Hexokinase_optInPatterns = [ - \ 'full_hex', - \ 'triple_hex', - \ 'rgb', - \ 'rgba', - \ 'hsl', - \ 'hsla' - \ ] +let g:Hexokinase_termDisabled = 1 +let g:Hexokinase_optOutPatterns = [ 'colour_names' ] +" lightline let g:lightline = { \ 'colorscheme': 'auto', \ 'mode_map': { |