diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-08 11:36:00 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-08 11:36:00 -0400 |
| commit | 0d0c8343f3bf3be022a3b7d9d2ccb0769aae95f9 (patch) | |
| tree | 4bb072079ab7915e2ec8a80b66d3813a067db4ed /pkgs/custom-neovim/config/lua/statusline.lua | |
| parent | 33724076b23aefea4a3af26847cb3659bd523452 (diff) | |
neovim: improved working with buffers (and misc)
Diffstat (limited to 'pkgs/custom-neovim/config/lua/statusline.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/statusline.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/custom-neovim/config/lua/statusline.lua b/pkgs/custom-neovim/config/lua/statusline.lua index d83231a..b7f293d 100644 --- a/pkgs/custom-neovim/config/lua/statusline.lua +++ b/pkgs/custom-neovim/config/lua/statusline.lua @@ -1,15 +1,5 @@ -- Statusline --- TODO: Components to add --- --- mode --- git branch --- --- cwd --- --- lsp diagnostics --- lsp status - -- Highlight pattern local hi_pattern = '%%#%s#%s%%*' |
