Neovim starting configuration
This commit is contained in:
parent
7fb61600ad
commit
e1bbb611da
12 changed files with 249 additions and 0 deletions
6
.config/nvim/lua/options.lua
Normal file
6
.config/nvim/lua/options.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
require "nvchad.options"
|
||||
|
||||
-- add yours here!
|
||||
|
||||
-- local o = vim.o
|
||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
Loading…
Add table
Add a link
Reference in a new issue