fix: cursor shapes in nested tmux

This commit is contained in:
2022-06-23 00:20:19 +02:00
parent 8fa67afb79
commit 359e4e717f
3 changed files with 21 additions and 1 deletions

View File

@ -25,7 +25,6 @@ vim.cmd [[set nocompatible]] -- Disable compatibility to old-time vi
set.mouse = 'a' -- Enable mouse support
set.foldmethod = "expr"
set.foldexpr = "nvim_treesitter#foldexpr()" -- use treesitter for folding
vim.wo.foldcolumn = '1'
vim.wo.foldlevel = 99 -- feel free to decrease the value
vim.wo.foldenable = true