1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 04:27:46 +01:00

nvim: update dependency paths

This commit is contained in:
tiyn 2023-06-06 16:07:33 +02:00
parent f481203dfa
commit 74d1c0cf2c

View File

@ -56,7 +56,7 @@ return require("packer").startup(function(use)
'williamboman/mason-lspconfig.nvim',
'jose-elias-alvarez/null-ls.nvim',
'nvim-lua/plenary.nvim',
'jayp0521/mason-null-ls.nvim'}}
'jay-babu/mason-null-ls.nvim'}}
-- showing color of hex values, etc
use {'norcalli/nvim-colorizer.lua'}