neovim config part 2

This commit is contained in:
RafayAhmad7548 2025-04-25 20:25:48 +05:00
parent 21bcbd0bdc
commit 6f23ebd0f5
4 changed files with 368 additions and 61 deletions

View file

@ -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