mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
add lsp-colors highlights
This commit is contained in:
parent
7f3c5caef3
commit
1567128d43
@ -22,6 +22,7 @@ require('packer').startup(function()
|
|||||||
use 'sheerun/vim-polyglot' -- Syntax for every language
|
use 'sheerun/vim-polyglot' -- Syntax for every language
|
||||||
use 'phaazon/hop.nvim' -- Quick jump around the buffer
|
use 'phaazon/hop.nvim' -- Quick jump around the buffer
|
||||||
use 'neovim/nvim-lspconfig' -- Language server linting
|
use 'neovim/nvim-lspconfig' -- Language server linting
|
||||||
|
use 'folke/lsp-colors.nvim' -- Pretty LSP highlights
|
||||||
use 'jiangmiao/auto-pairs' -- Parentheses
|
use 'jiangmiao/auto-pairs' -- Parentheses
|
||||||
use 'rafamadriz/friendly-snippets'
|
use 'rafamadriz/friendly-snippets'
|
||||||
use 'hrsh7th/vim-vsnip'
|
use 'hrsh7th/vim-vsnip'
|
||||||
|
Loading…
Reference in New Issue
Block a user