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

nvim: swapped null-ls for none-ls

This commit is contained in:
2023-12-12 00:31:27 +01:00
parent f1e17ca8eb
commit d61a028479
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ return {
'williamboman/mason.nvim',
dependencies = {
{
'jose-elias-alvarez/null-ls.nvim',
'nvimtools/none-ls.nvim',
config = function()
require("null-ls").setup({
sources = {