neovim config part 2
This commit is contained in:
parent
21bcbd0bdc
commit
6f23ebd0f5
4 changed files with 368 additions and 61 deletions
|
@ -38,6 +38,5 @@ vim.opt.scrolloff = 10
|
|||
-- See `:help 'confirm'`
|
||||
vim.opt.confirm = true
|
||||
|
||||
vim.opt.signcolumn = yes
|
||||
vim.opt.fillchars:append({ eob = " " })
|
||||
|
||||
vim.o.showtabline = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue