nvim: show non-standard line endings
This commit is contained in:
parent
324439b998
commit
5b139a7fb6
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ function M.setup()
|
|||
.. ' %{fnamemodify(getcwd(),":t")}' -- basename of cwd
|
||||
.. '%( │ %{get(b:,"gitsigns_head","")}%)' -- branch
|
||||
.. ' │ %<%f%( [%M%R%W]%)' -- filename and modification flags
|
||||
.. '%( [%{&ff!="unix" ? &ff:""}]%)' -- show non standard line endings
|
||||
.. '%=' -- rest is right
|
||||
.. '%( [%{get(b:,"attached_lsps","")}] | %)' -- lsp
|
||||
.. '%y ' -- filetype
|
||||
|
|
Loading…
Add table
Reference in a new issue