feat: nvchad neovim config + more yeswiki git repo

This commit is contained in:
mrflos 2024-10-04 16:58:17 +03:00
parent f9ae07c2f9
commit ce4e0d543e
25 changed files with 607 additions and 218 deletions

View file

@ -0,0 +1,12 @@
require "nvchad.options"
-- add yours here!
local o = vim.o
o.cursorlineopt ='both' -- to enable cursorline
o.scrolloff = 9
o.wrap = true
o.clipboard = "unnamedplus"
o.list = false
o.relativenumber = true