mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
show command lua line
This commit is contained in:
parent
efc8715807
commit
b5ccdc37b5
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ return {
|
|||
require("noice").api.status.mode.get,
|
||||
cond = require("noice").api.status.mode.has,
|
||||
},
|
||||
{
|
||||
require("noice").api.status.command.get,
|
||||
cond = require("noice").api.status.command.has,
|
||||
},
|
||||
"encoding",
|
||||
{
|
||||
"fileformat",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue