delete extra lines
This commit is contained in:
@@ -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()";
|
||||
|
||||
Reference in New Issue
Block a user