update
This commit is contained in:
		
							parent
							
								
									d975f7da8c
								
							
						
					
					
						commit
						1be8014415
					
				
							
								
								
									
										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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
return {
 | 
			
		||||
  {
 | 
			
		||||
    'stevearc/aerial.nvim',
 | 
			
		||||
    opts = {
 | 
			
		||||
      -- open_automatic = true,
 | 
			
		||||
    },
 | 
			
		||||
    -- Optional dependencies
 | 
			
		||||
    dependencies = {
 | 
			
		||||
      'nvim-treesitter/nvim-treesitter',
 | 
			
		||||
      'nvim-tree/nvim-web-devicons',
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue