feat: nvchad neovim config + more yeswiki git repo
This commit is contained in:
parent
f9ae07c2f9
commit
ce4e0d543e
25 changed files with 607 additions and 218 deletions
12
dotfiles/nvim/lua/options.lua
Normal file
12
dotfiles/nvim/lua/options.lua
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue