Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ruscmd.nvim

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Neovim version](https://img.shields.io/badge/Neovim-0.9%2B-57A143?style=flat&logo=neovim&logoColor=white)](https://neovim.io/)
[![Made with Lua](https://img.shields.io/badge/Made%20with%20Lua-2C2D72?style=flat&logo=lua&logoColor=white)](https://www.lua.org/)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/powerman/ruscmd.nvim/test.yml?logo=github&label=build)](https://github.com/powerman/ruscmd.nvim/actions/workflows/test.yml)
[![Release](https://img.shields.io/github/v/release/powerman/ruscmd.nvim)](https://github.com/powerman/ruscmd.nvim/releases/latest)

## About

Neovim plugin to use NORMAL and CMDLINE modes with Russian keyboard layout.
Expand Down Expand Up @@ -31,7 +37,6 @@ when you need to enter:
- Support user-provided global mappings.
Neovim global [default-mappings](https://neovim.io/doc/user/vim_diff.html#default-mappings)
are enabled by default:

- `Y-default`
- `v_Q-default`
- `gc-default v_gc-default o_gc-default`
Expand All @@ -43,7 +48,6 @@ when you need to enter:

- Support user-provided command-line mode commands.
These commands are enabled by default:

- `bd`
- `bn`
- `q`
Expand Down
15 changes: 15 additions & 0 deletions doc/ruscmd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Table of Contents *ruscmd-table-of-contents*
7. Troubleshooting |ruscmd-troubleshooting|
- Command-line commands without args does not work|ruscmd-troubleshooting-command-line-commands-without-args-does-not-work|
8. See also |ruscmd-see-also|
9. Links |ruscmd-links|
<https://opensource.org/licenses/MIT> <https://neovim.io/>
<https://www.lua.org/>
<https://github.com/powerman/ruscmd.nvim/actions/workflows/test.yml>
<https://github.com/powerman/ruscmd.nvim/releases/latest>


==============================================================================
1. About *ruscmd-about*
Expand Down Expand Up @@ -175,6 +181,15 @@ example for nvim-cmp <https://github.com/hrsh7th/nvim-cmp/issues/2072>.
- Similar plugin for Vim: <https://github.com/powerman/vim-plugin-ruscmd>.
- Alternative plugin for Neovim: <https://github.com/Wansmer/langmapper.nvim>.

==============================================================================
9. Links *ruscmd-links*

1. *License: MIT*: https://img.shields.io/badge/License-MIT-yellow.svg
2. *Neovim version*: https://img.shields.io/badge/Neovim-0.9%2B-57A143?style=flat&logo=neovim&logoColor=white
3. *Made with Lua*: https://img.shields.io/badge/Made%20with%20Lua-2C2D72?style=flat&logo=lua&logoColor=white
4. *GitHub Actions Workflow Status*: https://img.shields.io/github/actions/workflow/status/powerman/ruscmd.nvim/test.yml?logo=github&label=build
5. *Release*: https://img.shields.io/github/v/release/powerman/ruscmd.nvim

Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>

vim:tw=78:ts=8:noet:ft=help:norl:
Loading