mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
add bin/ssync
This commit is contained in:
5
init.vim
5
init.vim
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user