mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 03:42:50 +01:00
feat: neovim config based on NvChad
This commit is contained in:
11
nvim/lua/options.lua
Normal file
11
nvim/lua/options.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
require "nvchad.options"
|
||||
|
||||
-- add yours here!
|
||||
|
||||
-- local o = vim.o
|
||||
-- o.cursorlineopt ='both' -- to enable cursorline!
|
||||
|
||||
local o = vim.o
|
||||
-- Enable treesitter folding
|
||||
o.foldmethod = "expr"
|
||||
o.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
Reference in New Issue
Block a user