diff --git a/dot_config/nvim/lua/configs/options.lua b/dot_config/nvim/lua/configs/options.lua index 0fdbf95..39355f1 100644 --- a/dot_config/nvim/lua/configs/options.lua +++ b/dot_config/nvim/lua/configs/options.lua @@ -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