neovim update

This commit is contained in:
RafayAhmad7548 2025-10-25 21:04:46 +05:00
parent f50a72b03b
commit 3cd3e38358
8 changed files with 288 additions and 189 deletions

View file

@ -47,6 +47,9 @@ vim.o.winborder = 'rounded'
vim.opt.hlsearch = false
vim.opt.wrap = false
vim.o.swapfile = false
vim.o.undofile = false
vim.o.sessionoptions='blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions'
-- Example for configring Neovim to load user-installed installed Lua rocks:
package.path = package.path .. ';' .. vim.fn.expand('$HOME') .. '/.luarocks/share/lua/5.1/?/init.lua;'