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/waybar".source = ./roy-config/waybar;
".config/fish".source = ./roy-config/fish; ".config/fish".source = ./roy-config/fish;
".config/alacritty".source = ./roy-config/alacritty; ".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/options.txt".source =
".local/share/PrismLauncher/instances/1.21.6/minecraft/servers.dat".source = ./roy-config/PrismLauncher/instances/1.21.6/minecraft/servers.dat; ./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 # user persisted dirs
@@ -100,7 +102,7 @@
ebay.metaData.hidden = true; ebay.metaData.hidden = true;
ddgc = { ddgc = {
name = "DuckDuckGo (unthemed)"; name = "DuckDuckGo (unthemed)";
urls = [{ template = "https://duckduckgo.com/?q={searchTerms}"; }]; urls = [ { template = "https://duckduckgo.com/?q={searchTerms}"; } ];
icon = "https://duckduckgo.com/favicon.ico"; icon = "https://duckduckgo.com/favicon.ico";
}; };
}; };
@@ -309,8 +311,6 @@
} }
]; ];
plugins = { plugins = {
lualine.enable = true; lualine.enable = true;
lsp-lines.enable = true; lsp-lines.enable = true;
@@ -420,10 +420,10 @@
autoEnableSources = true; autoEnableSources = true;
settings = { settings = {
sources = [ sources = [
{name = "nvim_lsp";} { name = "nvim_lsp"; }
{name = "path";} { name = "path"; }
{name = "buffer";} { name = "buffer"; }
{name = "luasnip";} { name = "luasnip"; }
]; ];
mapping = { mapping = {
"<C-Space>" = "cmp.mapping.complete()"; "<C-Space>" = "cmp.mapping.complete()";