diff options
-rw-r--r-- | dotfiles/vim.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index f3f8600..014f9cc 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua | |||
@@ -252,7 +252,6 @@ require("nvim-treesitter.configs").setup { | |||
252 | 252 | ||
253 | vim.o.foldmethod = "expr" | 253 | vim.o.foldmethod = "expr" |
254 | vim.o.foldexpr = "nvim_treesitter#foldexpr()" | 254 | vim.o.foldexpr = "nvim_treesitter#foldexpr()" |
255 | vim.opt.foldopen = { "all" } | ||
256 | 255 | ||
257 | vim.api.nvim_set_hl(0, "TSCurrentScope", { | 256 | vim.api.nvim_set_hl(0, "TSCurrentScope", { |
258 | bg = vim.g.current_gruvbox_colors.dark0_soft[1], | 257 | bg = vim.g.current_gruvbox_colors.dark0_soft[1], |