Add bufferline options to always show the bufferline, use ordinal numbers, and sort by insert position in the current setup
This commit is contained in:
parent
e7b27047e2
commit
606b0572d2
6 changed files with 28 additions and 36 deletions
|
|
@ -10,3 +10,5 @@ vim.opt.scrolloff = 8
|
|||
vim.opt.colorcolumn = "80"
|
||||
|
||||
vim.opt.swapfile = false
|
||||
|
||||
vim.o.cmdheight = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue