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
|
.. ' %{fnamemodify(getcwd(),":t")}' -- basename of cwd
|
||||||
.. '%( │ %{get(b:,"gitsigns_head","")}%)' -- branch
|
.. '%( │ %{get(b:,"gitsigns_head","")}%)' -- branch
|
||||||
.. ' │ %<%f%( [%M%R%W]%)' -- filename and modification flags
|
.. ' │ %<%f%( [%M%R%W]%)' -- filename and modification flags
|
||||||
|
.. '%( [%{&ff!="unix" ? &ff:""}]%)' -- show non standard line endings
|
||||||
.. '%=' -- rest is right
|
.. '%=' -- rest is right
|
||||||
.. '%( [%{get(b:,"attached_lsps","")}] | %)' -- lsp
|
.. '%( [%{get(b:,"attached_lsps","")}] | %)' -- lsp
|
||||||
.. '%y ' -- filetype
|
.. '%y ' -- filetype
|
||||||
|
|
Loading…
Add table
Reference in a new issue