feat(statusline): add cmd to lualine

a
This commit is contained in:
2025-05-09 14:47:59 +04:00
parent 9f07874772
commit 193b296118
2 changed files with 2 additions and 2 deletions

View File

@@ -5,9 +5,9 @@ local vanila_vim_autostart_commands = {
"set shiftwidth=4",
"set tabstop=4",
"set ttyfast",
"set clipboard=unnamedplus"
}
vim.o.showcmdloc = "statusline"
vim.diagnostic.config({
virtual_text = true,
signs = {