From 11fc2bea4ec0984518c1767d01a4a26fac569a05 Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Wed, 5 Feb 2025 18:54:51 +0300 Subject: [PATCH] update --- init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.lua b/init.lua index 9d2c5014..f4139cb8 100644 --- a/init.lua +++ b/init.lua @@ -1118,6 +1118,13 @@ require('lazy').setup({ -- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects }, + -- 'nu', + -- }, + -- dependencies = { + -- -- Install official queries and filetype detection + -- -- alternatively, see section "Install official queries only" + -- { 'nushell/tree-sitter-nu' }, + -- }, -- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and