move neovim modules init order

This commit is contained in:
2025-05-23 23:54:13 +05:00
parent c42731619c
commit 6cd9ee30a5
5 changed files with 8 additions and 8 deletions

View File

@ -36,3 +36,6 @@ vim.api.nvim_create_autocmd("FileType", {
vim.cmd "au VimEnter * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'"
vim.cmd "au VimLeave * silent! !xmodmap -e 'clear Lock' -e 'keycode 0x42 = Caps_Lock'"
vim.cmd [[autocmd BufWritePre <buffer> lua vim.lsp.buf.format()]]
vim.cmd "set cursorline"