diff options
| author | pml68 <contact@pml68.me> | 2024-08-01 15:19:03 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-08-01 15:19:03 +0200 |
| commit | a54e3fcac16eea0d7b46622860854fb5fbc797f3 (patch) | |
| tree | e1dcb6ab4a76dcc6dca0f924dc45b83d981ed461 | |
| parent | feat: add C# support (LSP, TreeSitter parser) (diff) | |
| download | nvim-a54e3fcac16eea0d7b46622860854fb5fbc797f3.tar.gz | |
feat: add filetype to statusline
| -rw-r--r-- | lua/pml68/settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index 3df3e0d..3958ec6 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -4,7 +4,7 @@ vim.o.nu = true vim.o.conceallevel = 2 vim.o.laststatus = 3 -vim.o.statusline = " %f %m %= %l:%c " +vim.o.statusline = " %f %m %= [%{&filetype}] %l:%c " vim.o.shiftwidth = 2 vim.o.tabstop = 2 |
