🗑️ remove(nvim): show last command in the status bar

This commit is contained in:
Sergio Laín 2024-02-28 11:20:12 +01:00
parent 02e3a6fd77
commit 6917646078
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -33,3 +33,6 @@ go.root_spec = {
{ ".git", "lua", ".obsidian", "package.json", "Makefile", "go.mod", "cargo.toml", "pyproject.toml", "src" }, { ".git", "lua", ".obsidian", "package.json", "Makefile", "go.mod", "cargo.toml", "pyproject.toml", "src" },
"cwd", "cwd",
} }
-- Show last command in the status line
o.showcmd = false