diff options
| author | pml68 <contact@pml68.me> | 2024-07-24 00:37:38 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-07-24 00:37:38 +0200 |
| commit | d4484fe090f8e8e3daecc0c00b4d17c6de976c64 (patch) | |
| tree | 22afa1b67b013ef955a9df970faf813753d72e7e /lua/pml68/settings.lua | |
| parent | style: formatting (diff) | |
| download | nvim-d4484fe090f8e8e3daecc0c00b4d17c6de976c64.tar.gz | |
feat: make statusline Rosé Pine themed
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/settings.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index 8a27b6a..3df3e0d 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -3,6 +3,9 @@ vim.o.nu = true vim.o.conceallevel = 2 +vim.o.laststatus = 3 +vim.o.statusline = " %f %m %= %l:%c " + vim.o.shiftwidth = 2 vim.o.tabstop = 2 vim.o.softtabstop = 2 |
