Перевёл dotfiles на stow
This commit is contained in:
parent
27416cef99
commit
97af93b2a8
169 changed files with 1256 additions and 100 deletions
6
config/nvim/lua/commands.lua
Normal file
6
config/nvim/lua/commands.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
vim.api.nvim_create_user_command("Lower", function()
|
||||
vim.cmd([[normal! guaw]])
|
||||
end, { force = true })
|
||||
vim.api.nvim_create_user_command("Upper", function()
|
||||
vim.cmd([[normal! gUaw]])
|
||||
end, { force = true })
|
Loading…
Add table
Add a link
Reference in a new issue