home/nvim: identation changes

This commit is contained in:
chayleaf 2023-03-15 18:58:22 +07:00
parent 20d335b3d8
commit 9e2794ff5e

View file

@ -354,24 +354,23 @@
}; };
}; };
config = compile "vscode_nvim" (setup (require "vscode") { config = compile "vscode_nvim" (setup (require "vscode") {
transparent = true; transparent = true;
color_overrides = { color_overrides = {
vscGray = "#745b5f"; vscGray = "#745b5f";
vscViolet = "#${config.colors.magenta}"; vscViolet = "#${config.colors.magenta}";
vscBlue = "#6ddfd8"; vscBlue = "#6ddfd8";
vscDarkBlue = "#${config.colors.blue}"; vscDarkBlue = "#${config.colors.blue}";
vscGreen = "#${config.colors.green}"; vscGreen = "#${config.colors.green}";
vscBlueGreen = "#73bf88"; vscBlueGreen = "#73bf88";
vscLightGreen = "#6acf6e"; vscLightGreen = "#6acf6e";
vscRed = "#${config.colors.red}"; vscRed = "#${config.colors.red}";
vscOrange = "#e89666"; vscOrange = "#e89666";
vscLightRed = "#e64e4e"; vscLightRed = "#e64e4e";
vscYellowOrange = "#e8b166"; vscYellowOrange = "#e8b166";
vscYellow = "#${config.colors.yellow}"; vscYellow = "#${config.colors.yellow}";
vscPink = "#cf83c4"; vscPink = "#cf83c4";
}; };
}); } }); }
# ''; }
{ plugin = nvim-web-devicons; { plugin = nvim-web-devicons;
config = compile "nvim_web_devicons" (setup (require "nvim-web-devicons") {}); } config = compile "nvim_web_devicons" (setup (require "nvim-web-devicons") {}); }
{ plugin = nvim-tree-lua; { plugin = nvim-tree-lua;