From 82f349b990bfb8fec6cfa89886bcb97dec640f4c Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Wed, 3 Jan 2024 00:08:38 +0300 Subject: added LSP shortcuts --- .config/nvim/lua/user/options.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/nvim/lua/user/options.lua') diff --git a/.config/nvim/lua/user/options.lua b/.config/nvim/lua/user/options.lua index 44c3599..098277d 100644 --- a/.config/nvim/lua/user/options.lua +++ b/.config/nvim/lua/user/options.lua @@ -28,7 +28,9 @@ local options = { splitbelow = true, splitright = true, -- autocompletion - completeopt = { 'menuone', 'noselect', 'noinsert' } + completeopt = { 'menuone', 'noselect', 'noinsert' }, + -- treesitter + foldlevel = 3, } for key, val in pairs(options) do -- cgit v1.2.3-70-g09d2