diff options
author | zirbest <zirbst@gmail.com> | 2022-10-19 19:42:21 +0100 |
---|---|---|
committer | TJ DeVries <devries.timothyj@gmail.com> | 2022-11-18 15:19:27 -0500 |
commit | 801ec6e108c001e6dbaf5dd059c2a0205b26b2d5 (patch) | |
tree | 51546b975655aa9ca79cd1a80040e36f62931b84 | |
parent | 489b56d0c49050afeb3ed41f4d851eeac7919c3d (diff) |
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
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ require('packer').startup(function(use) use 'williamboman/mason-lspconfig.nvim' -- Automatically install language servers to stdpath use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } } -- Autocompletion 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 'lukas-reineke/indent-blankline.nvim' -- Add indentation guides even on blank lines use 'tpope/vim-sleuth' -- Detect tabstop and shiftwidth automatically |