initial commit
This commit is contained in:
commit
48bd259cd8
29 changed files with 1107 additions and 0 deletions
7
lua/core/statusline.lua
Normal file
7
lua/core/statusline.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- statusline
|
||||
vim.api.nvim_set_option("laststatus", 2)
|
||||
vim.api.nvim_set_option("statusline", " ")
|
||||
|
||||
-- tabline
|
||||
-- always show tabline (0 = never, 1 = only with at least 2 tabs, 2 = always) and colors
|
||||
vim.api.nvim_set_option("showtabline", 2)
|
Loading…
Add table
Add a link
Reference in a new issue