update
This commit is contained in:
parent
d975f7da8c
commit
1be8014415
2 changed files with 20 additions and 7 deletions
14
init.lua
14
init.lua
|
|
@ -1094,6 +1094,8 @@ require('lazy').setup({
|
|||
'typescript',
|
||||
'javascript',
|
||||
-- 'ts_ls',
|
||||
'nu',
|
||||
-- 'nix',
|
||||
'css',
|
||||
'json',
|
||||
'comment',
|
||||
|
|
@ -1104,6 +1106,11 @@ require('lazy').setup({
|
|||
'toml',
|
||||
'yaml',
|
||||
},
|
||||
dependencies = {
|
||||
-- Install official queries and filetype detection
|
||||
-- alternatively, see section "Install official queries only"
|
||||
{ 'nushell/tree-sitter-nu' },
|
||||
},
|
||||
-- Autoinstall languages that are not installed
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
|
|
@ -1122,13 +1129,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue