add bin/ssync

This commit is contained in:
arnaucube
2024-09-03 17:42:50 +02:00
parent d16296b545
commit 6dec61b911
6 changed files with 59 additions and 3 deletions

View File

@@ -94,6 +94,8 @@ Plug 'autozimu/LanguageClient-neovim', {
Plug 'neoclide/coc.nvim', {'branch': 'release'}
" after PlugInstall, install coc-rust-analyzer:
" :CocInstall coc-rust-analyzer
" also run (outside vim, in a shell):
" rustup component add rust-analyzer
" focus mode
Plug 'junegunn/goyo.vim'
@@ -250,6 +252,9 @@ set backupcopy=yes
vnoremap <leader>y "+y
vnoremap <leader>p "+p
" disable mouse
set mouse=
" shortcut for theme change
nnoremap <F9> :colorscheme gruvbox \| set background=dark \| highlight normal ctermbg=0 guibg=#000000 <CR>
nnoremap <F10> :colorscheme one \| set background=light \| highlight normal guibg=#ffffff<CR>