delete extra lines

This commit is contained in:
2025-12-07 19:21:41 -06:00
parent 5a1c9f7196
commit 8a76e4d19f
+9 -9
View File
@@ -50,8 +50,10 @@
".config/waybar".source = ./roy-config/waybar;
".config/fish".source = ./roy-config/fish;
".config/alacritty".source = ./roy-config/alacritty;
".local/share/PrismLauncher/instances/1.21.6/minecraft/options.txt".source = ./roy-config/PrismLauncher/instances/1.21.6/minecraft/options.txt;
".local/share/PrismLauncher/instances/1.21.6/minecraft/servers.dat".source = ./roy-config/PrismLauncher/instances/1.21.6/minecraft/servers.dat;
".local/share/PrismLauncher/instances/1.21.6/minecraft/options.txt".source =
./roy-config/PrismLauncher/instances/1.21.6/minecraft/options.txt;
".local/share/PrismLauncher/instances/1.21.6/minecraft/servers.dat".source =
./roy-config/PrismLauncher/instances/1.21.6/minecraft/servers.dat;
};
# user persisted dirs
@@ -100,7 +102,7 @@
ebay.metaData.hidden = true;
ddgc = {
name = "DuckDuckGo (unthemed)";
urls = [{ template = "https://duckduckgo.com/?q={searchTerms}"; }];
urls = [ { template = "https://duckduckgo.com/?q={searchTerms}"; } ];
icon = "https://duckduckgo.com/favicon.ico";
};
};
@@ -309,8 +311,6 @@
}
];
plugins = {
lualine.enable = true;
lsp-lines.enable = true;
@@ -420,10 +420,10 @@
autoEnableSources = true;
settings = {
sources = [
{name = "nvim_lsp";}
{name = "path";}
{name = "buffer";}
{name = "luasnip";}
{ name = "nvim_lsp"; }
{ name = "path"; }
{ name = "buffer"; }
{ name = "luasnip"; }
];
mapping = {
"<C-Space>" = "cmp.mapping.complete()";