fix: syntax highlights tree-sitter
- `navarasu/onedark.nvim` support both API TS* and the new one @* - `mjlbach/onedark.nvim` is archived and not support new syntax
This commit is contained in:
		
							parent
							
								
									489b56d0c4
								
							
						
					
					
						commit
						801ec6e108
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								init.lua
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
										
									
									
									
								
							|  | @ -21,7 +21,7 @@ require('packer').startup(function(use) | ||||||
|   use 'williamboman/mason-lspconfig.nvim'                                              -- Automatically install language servers to stdpath |   use 'williamboman/mason-lspconfig.nvim'                                              -- Automatically install language servers to stdpath | ||||||
|   use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } }                    -- Autocompletion |   use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } }                    -- Autocompletion | ||||||
|   use { 'L3MON4D3/LuaSnip', requires = { 'saadparwaiz1/cmp_luasnip' } }                -- Snippet Engine and Snippet Expansion |   use { 'L3MON4D3/LuaSnip', requires = { 'saadparwaiz1/cmp_luasnip' } }                -- Snippet Engine and Snippet Expansion | ||||||
|   use 'mjlbach/onedark.nvim'                                                           -- Theme inspired by Atom |   use 'navarasu/onedark.nvim'                                                           -- Theme inspired by Atom | ||||||
|   use 'nvim-lualine/lualine.nvim'                                                      -- Fancier statusline |   use 'nvim-lualine/lualine.nvim'                                                      -- Fancier statusline | ||||||
|   use 'lukas-reineke/indent-blankline.nvim'                                            -- Add indentation guides even on blank lines |   use 'lukas-reineke/indent-blankline.nvim'                                            -- Add indentation guides even on blank lines | ||||||
|   use 'tpope/vim-sleuth'                                                               -- Detect tabstop and shiftwidth automatically |   use 'tpope/vim-sleuth'                                                               -- Detect tabstop and shiftwidth automatically | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 zirbest
						zirbest