aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-08-01 15:19:03 +0200
committerpml68 <contact@pml68.me>2024-08-01 15:19:03 +0200
commita54e3fcac16eea0d7b46622860854fb5fbc797f3 (patch)
treee1dcb6ab4a76dcc6dca0f924dc45b83d981ed461 /lua/pml68
parentfeat: add C# support (LSP, TreeSitter parser) (diff)
downloadnvim-a54e3fcac16eea0d7b46622860854fb5fbc797f3.tar.gz
feat: add filetype to statusline
Diffstat (limited to 'lua/pml68')
-rw-r--r--lua/pml68/settings.lua2
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