Skip to content

Commit 801ec6e

Browse files
zirbesttjdevries
authored andcommitted
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
1 parent 489b56d commit 801ec6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require('packer').startup(function(use)
2121
use 'williamboman/mason-lspconfig.nvim' -- Automatically install language servers to stdpath
2222
use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } } -- Autocompletion
2323
use { 'L3MON4D3/LuaSnip', requires = { 'saadparwaiz1/cmp_luasnip' } } -- Snippet Engine and Snippet Expansion
24-
use 'mjlbach/onedark.nvim' -- Theme inspired by Atom
24+
use 'navarasu/onedark.nvim' -- Theme inspired by Atom
2525
use 'nvim-lualine/lualine.nvim' -- Fancier statusline
2626
use 'lukas-reineke/indent-blankline.nvim' -- Add indentation guides even on blank lines
2727
use 'tpope/vim-sleuth' -- Detect tabstop and shiftwidth automatically

0 commit comments

Comments
 (0)