lsp redoification update

This commit is contained in:
RafayAhmad7548 2025-07-30 10:59:08 +05:00
parent 30542228ee
commit 1874df33b5
5 changed files with 164 additions and 194 deletions

View file

@ -42,6 +42,7 @@ vim.opt.fillchars:append({ eob = ' ' })
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.o.winborder = 'rounded'
vim.opt.hlsearch = false
vim.opt.wrap = false