1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: added (but disabled) symbol highlighting

This commit is contained in:
2023-06-06 16:39:28 +02:00
parent 74d1c0cf2c
commit 5e8568e368
2 changed files with 30 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ return require("packer").startup(function(use)
requires = {'hrsh7th/cmp-buffer',
'hrsh7th/cmp-path',
'hrsh7th/cmp-nvim-lsp',
'antoinemadec/fixcursorhold.nvim',
'l3mon4d3/luasnip',
'saadparwaiz1/cmp_luasnip',
'neovim/nvim-lspconfig',