🗑️ remove(nvim): show last command in the status bar
This commit is contained in:
parent
02e3a6fd77
commit
6917646078
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ go.root_spec = {
|
|||
{ ".git", "lua", ".obsidian", "package.json", "Makefile", "go.mod", "cargo.toml", "pyproject.toml", "src" },
|
||||
"cwd",
|
||||
}
|
||||
|
||||
-- Show last command in the status line
|
||||
o.showcmd = false
|
||||
|
|
Loading…
Add table
Reference in a new issue