Adding nvim-treesitter-context

This commit is contained in:
Zackarias Montell
2026-03-10 08:37:34 +01:00
parent 884be54cfa
commit 0e3093eae8
4 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
-- Make line numbers default
vim.opt.number = true
-- You can also add relative line numbers, to help with jumping.
vim.opt.relativenumber = true
vim.opt.relativenumber = false
-- Enable mouse mode, can be useful for resizing splits for example!
vim.opt.mouse = 'a'