switch hinting to full and enable vim-specific cyrillic, god bless habr
This commit is contained in:
parent
bb80e072f4
commit
2ce8a01e8c
2 changed files with 3 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -21,6 +21,8 @@ let g:sh_indent_case_labels=1
|
|||
" version specific settings
|
||||
if has("nvim") || v:version >= 800
|
||||
set breakindent
|
||||
set keymap=russian-jcukenwintype iminsert=0 imsearch=0
|
||||
inoremap <C-@> <C-^>
|
||||
endif
|
||||
if has("nvim") || v:version >= 703
|
||||
set colorcolumn=80 relativenumber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue