Update .config/nvim/init.lua

Update .config/nvim/lua/config/40_statusline.lua
This commit is contained in:
Lewis Wynne 2025-11-04 16:27:13 +00:00
parent 6b73159198
commit 9953cbe8b5
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,8 @@
-- │ ├ 30_formatting.lua -- Formatting (vim-sleuth, conform) -- │ ├ 30_formatting.lua -- Formatting (vim-sleuth, conform)
-- │ ├ 35_yanky.lua -- Yank and put enhancements -- │ ├ 35_yanky.lua -- Yank and put enhancements
-- │ ├ 38_oil.lua -- Treat filesystem as a buffer -- │ ├ 38_oil.lua -- Treat filesystem as a buffer
-- │ └ 40_ai.lua -- AI integrations -- │ ├ 40_ai.lua -- AI integrations
-- │ └ 45_tmux.lua -- Tmux integrations
-- └ snippets/ -- Snippet definitions -- └ snippets/ -- Snippet definitions
-- ├ package.json -- Snippet repository metadata -- ├ package.json -- Snippet repository metadata
-- ├ global.json -- Global text snippets -- ├ global.json -- Global text snippets

View file

@ -11,7 +11,6 @@ function cmp.window()
end end
local statusline = { local statusline = {
'^%{%v:lua._statusline_component("window")%} ',
"%r", "%r",
"%m", "%m",
"%=", "%=",