delete oil.nvim and autoformat

This commit is contained in:
2025-06-28 16:23:55 +05:00
parent fe92b658ea
commit eab6a610bb
3 changed files with 10 additions and 11 deletions

View File

@ -43,7 +43,7 @@ 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 [[autocmd BufWritePre <buffer> lua vim.lsp.buf.format()]]
vim.cmd "set cursorline"