This commit is contained in:
Ben Clayton 2024-12-13 20:40:00 -07:00
parent f0b24aeb19
commit 666c8ae605

View File

@ -2,6 +2,18 @@
plugins = { plugins = {
lualine.enable = true; lualine.enable = true;
}; };
plugins.lsp = {
enable = true;
servers = {
rust_analyzer = {
enable = true;
installRustc = false;
installCargo = false;
};
};
};
colorschemes.catppuccin = { colorschemes.catppuccin = {
enable = true; enable = true;
settings.flavor = "frappe"; settings.flavor = "frappe";