feat: adjust nushell

This commit is contained in:
Ryan Yin
2024-06-15 11:23:56 +08:00
parent 4e4eb9a003
commit 095b092e08
7 changed files with 45 additions and 11 deletions

View File

@@ -3,6 +3,10 @@
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
dependencies = {
-- NOTE: additional parser
{ "nushell/tree-sitter-nu" },
},
opts = function(_, opts)
opts.incremental_selection = {
enable = true,