diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua index 3918500..44f5019 100644 --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -9,3 +9,7 @@ local set = vim.keymap.set -- Bindings for reloading LUA files (used when working with lua files) -- set("n", "x", ".lua", { desc = "Execute the current lne" }) set("n", "x", "source %", { desc = "Execute the current file" }) + +-- Following section purprose is to rebind some Russian missing binds +-- TODO: Maybe there is more clean and percise way, dunno right now +set("i", "", "") diff --git a/plugin/options.lua b/plugin/options.lua index f0e1dae..4b875ba 100644 --- a/plugin/options.lua +++ b/plugin/options.lua @@ -26,3 +26,4 @@ opt.colorcolumn = "80" -- config to set up clipboard as default register opt.clipboard:append("unnamedplus") +