plugins/null-ls: migrate null-ls to none-ls

This commit is contained in:
siph 2023-10-13 11:43:42 -06:00 committed by Gaétan Lepage
parent 3c4ac5ba0d
commit 56f46166f9
5 changed files with 21 additions and 16 deletions

View file

@ -1,21 +1,21 @@
{
# Empty configuration
empty = {
plugins.null-ls.enable = true;
plugins.none-ls.enable = true;
};
# Broken:
# error: The option `plugins.null-ls.sources.formatting.beautysh' does not exist.
# error: The option `plugins.none-ls.sources.formatting.beautysh' does not exist.
#
# beautysh = {
# plugins.null-ls = {
# plugins.none-ls = {
# enable = true;
# sources.formatting.beautysh.enable = true;
# };
# };
default = {
plugins.null-ls = {
plugins.none-ls = {
enable = true;
border = null;
cmd = ["nvim"];