Skip to content

nativerv/cyrillic.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

cyrillic.nvim

Description

This plugin will let you enter command mode (NORMAL) commands using Russian keyboard layout. Also it will let you enter few most used commands in command line mode in safe way (only full commands translated). This is usually enough to avoid switching between Russian and English layouts just to control Vim.

This plugin is a lua port of the original Vimscript plugin for Neovim.

Besides all it adds a support for which-key.nvim (hides the Cyrillic mappings in it).

Installation

{
  'nativerv/cyrillic.nvim',
  event = { 'VeryLazy' },
  config = function()
    require('cyrillic').setup({
      no_cyrillic_abbrev = false, -- default
    })
  end,
}

About

Adds some support for Cyrillic keyboard layouts in Neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages