mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: stylua
This commit is contained in:
parent
e48187687a
commit
cbd07cd3fb
1 changed files with 2 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ vim.api.nvim_create_autocmd('BufEnter', {
|
|||
vim.api.nvim_create_autocmd('TermOpen', { pattern = '*', command = 'setlocal nonumber' })
|
||||
|
||||
-- Switch the keyboard layout to English (US) when leaving Insert Mode
|
||||
vim.api.nvim_create_autocmd("InsertLeave", {
|
||||
command = "silent !xkb-switch -s us"
|
||||
vim.api.nvim_create_autocmd('InsertLeave', {
|
||||
command = 'silent !xkb-switch -s us',
|
||||
})
|
||||
|
||||
--[[ cfg_keymaps: General keymaps ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue