From 5b139a7fb6061b1c80a9977f24c78144064a9d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Tue, 18 Feb 2025 09:50:44 +0100 Subject: [PATCH] nvim: show non-standard line endings --- dot_config/nvim/lua/configs/options.lua | 1 + 1 file changed, 1 insertion(+) 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