diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 17:09:16 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 17:09:16 +0200 |
| commit | 442118e66a483875ef14262d7b4a89c1fda0ae68 (patch) | |
| tree | 088efe832290e2a295985618d20e9b9160a6d69f /config/nvim/lua/plugins.lua | |
| parent | 61e218399cbb9d8c29bd7589d01bbedeface7411 (diff) | |
Replace old api-notation.vim with tree-sitter plugin
Diffstat (limited to 'config/nvim/lua/plugins.lua')
| -rw-r--r-- | config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 0a43a3e..7946aea 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -44,7 +44,6 @@ require('lazy').setup({ }, -- Syntaxes - 'https://git.sr.ht/~rbdr/api-notation.vim', 'ARM9/snes-syntax-vim', 'https://git.sr.ht/~torresjrjr/gemini.vim', @@ -59,6 +58,7 @@ require('lazy').setup({ -- Treesitter 'nvim-treesitter/nvim-treesitter', + 'https://git.sr.ht/~rbdr/tree-sitter-api-notation', -- LSP 'neovim/nvim-lspconfig', |