Update .config/nvim/init.vim

This commit is contained in:
V 2022-12-03 22:55:47 +04:00
parent 6b17e4606e
commit 7051393594
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Add Russian keymap while keeping hotkeys available, switchable with Ctrl+6
" Add Russian keymap while keeping hotkeys available, switchable with Ctrl+6
set keymap=russian-jcukenwin
set iminsert=0
set imsearch=-1
# Plugins!
" Plugins!
call plug#begin('~/.local/share/nvim/site/plugged')
Plug 'folke/tokyonight.nvim', { 'branch': 'main' }
call plug#end()
# Style
" Style
colorscheme tokyonight-night