LSP server and treesitter grammar for Nushell
This commit is contained in:
parent
5eb58bd9c6
commit
8e33c583bc
2 changed files with 9 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ return { -- Highlight, edit, and navigate code
|
|||
},
|
||||
indent = { enable = true, disable = { 'ruby' } },
|
||||
},
|
||||
dependencies = {
|
||||
-- NOTE: additional parser
|
||||
-- TODO: Remove when no longer needed
|
||||
{ 'nushell/tree-sitter-nu' },
|
||||
},
|
||||
config = function(_, opts)
|
||||
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue