mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): treesitter-context. Fixed highlight
Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
parent
2bf2722827
commit
7b2fb46cea
5 changed files with 22 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ require "packer".startup(function(use)
|
|||
|
||||
-- Theme
|
||||
use "Th3Whit3Wolf/one-nvim"
|
||||
|
||||
-- Vim interactive tutorial
|
||||
use "ThePrimeagen/vim-be-good"
|
||||
|
||||
|
|
@ -96,6 +97,8 @@ require "packer".startup(function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
use "nvim-treesitter/nvim-treesitter-context"
|
||||
|
||||
-- LSP
|
||||
use "lukas-reineke/lsp-format.nvim"
|
||||
use { "neovim/nvim-lspconfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue