Replies: 1 comment
-
-- nvim -u repro.lua repro.lua
-- <F1>
-- some text
-- <CTRL-6>
-- ыщьу еуче
-- repro.lua
vim.env.LAZY_STDPATH = '.repro'
load(vim.fn.system 'curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua')()
-- `:h russian`
vim.o.keymap = "russian-jcukenwin"
vim.o.langmap= "ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz"
vim.keymap.set('n', '<F1>', function()
Snacks.input({ prompt = 'Input' }, function() end)
end)
require('lazy.minit').repro {
spec = {
{
'folke/snacks.nvim',
opts = {
picker = {},
},
},
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can
c_CTRL-^
be used?There is no ability to change the language.
Beta Was this translation helpful? Give feedback.
All reactions