initial commit
This commit is contained in:
14
nvim/lua/options.lua
Normal file
14
nvim/lua/options.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require "nvchad.options"
|
||||
|
||||
-- add yours here!
|
||||
|
||||
-- local o = vim.o
|
||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
||||
|
||||
-- disable wrap
|
||||
vim.o.wrap = false
|
||||
|
||||
-- disable auto comment
|
||||
vim.opt_local.formatoptions:remove("r")
|
||||
|
||||
vim.g.lua_snippets_path = "~/.config/nvim/lua/lua_snippets"
|
||||
Reference in New Issue
Block a user