nvim russian commands

This commit is contained in:
TheK4n 2023-01-19 20:24:13 +03:00
parent 360a93c6d1
commit da64c088f7
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,4 @@
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi

View File

@ -117,3 +117,6 @@ vim.cmd.highlight({ "DiagnosticError", "guifg=Grey" })
vim.cmd.highlight({ "DiagnosticWarn", "guifg=Grey" })
vim.cmd.highlight({ "DiagnosticInfo", "guifg=Grey" })
vim.cmd.highlight({ "DiagnosticHint", "guifg=Grey" })
-- Russian commands
opt.langmap = 'ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz'

View File

@ -19,7 +19,6 @@ return require('packer').startup(function(use)
use 'mattn/emmet-vim'
use 'Pocco81/auto-save.nvim'
use 'windwp/nvim-autopairs'
use 'powerman/vim-plugin-ruscmd' -- Russian navigation
use 'lewis6991/gitsigns.nvim'
use 'windwp/nvim-ts-autotag'
use 'lervag/vimtex'