update
This commit is contained in:
parent
dbfd7bfb7d
commit
11fc2bea4e
7
init.lua
7
init.lua
|
@ -1118,6 +1118,13 @@ require('lazy').setup({
|
||||||
-- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context
|
-- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context
|
||||||
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
-- - 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
|
-- 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
|
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||||
|
|
Loading…
Reference in New Issue