This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
torabkheslat
/
LunarVim
mirror of
https://github.com/LunarVim/LunarVim
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fix: quick and dirty fix for global statusline
Christian Chiarulli
2 năm trước cách đây
mục cha
552197499c
commit
2b60f233d9
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
lua/lvim/core/builtins/init.lua
+ 2
- 0
lua/lvim/core/builtins/init.lua
Xem Tập Tin
@@ -30,4 +30,6 @@ function M.config(config)
end
end
+vim.opt.laststatus = 3
+
return M