mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-07-09 08:23:08 +00:00
Add treesitter AST semantic highlighting
This commit is contained in:
parent
1c3fc02877
commit
886b79e9a7
3 changed files with 34 additions and 9 deletions
|
@ -22,11 +22,16 @@ local plugin_list = {
|
|||
{ "wakatime/vim-wakatime" },
|
||||
{ "mhinz/vim-startify" },
|
||||
{ "ryanoasis/vim-devicons" },
|
||||
{ "sheerun/vim-polyglot", setup = get_plugin_file("polyglot.lua") },
|
||||
{ "vimwiki/vimwiki", config = get_plugin_file("vimwiki.lua") },
|
||||
{ "tpope/vim-commentary", config = get_plugin_file("commentary.lua") },
|
||||
{ "junegunn/fzf", run = function() fn['fzf#install']() end },
|
||||
{ "tomasiser/vim-code-dark", config = get_plugin_file("vim-code-dark.lua") },
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
config = get_plugin_file("treesitter.lua"),
|
||||
run = ':TSUpdate',
|
||||
requires = { "nvim-treesitter/playground", opt = true }
|
||||
},
|
||||
{
|
||||
"vim-airline/vim-airline",
|
||||
config = get_plugin_file("airline.lua"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue