remove lsp from micro

This commit is contained in:
Frost-Phoenix 2023-12-25 21:31:09 +01:00
parent 7479cedfb6
commit 6ce84e9846

View file

@ -5,20 +5,13 @@
settings = { settings = {
"colorscheme" = "catppuccin-mocha"; "colorscheme" = "catppuccin-mocha";
"lsp.server" = "python=pyls,go=gopls,c++=ccls";
"lsp.formatOnSave" = true;
"lsp.ignoreMessages" = "";
"lsp.tabcompletion" = true;
"lsp.ignoreTriggerCharacters" = "";
"lsp.autocompleteDetails" = true;
}; };
}; };
home.packages = (with pkgs; [ # home.packages = (with pkgs; [
ccls # c/c++ lsp # ccls # c/c++ lsp
llvmPackages_9.clang-unwrapped # c/c++ lsp # llvmPackages_9.clang-unwrapped # c/c++ lsp
]); # ]);
xdg.configFile."micro/colorschemes/catppuccin-mocha.micro".text = '' xdg.configFile."micro/colorschemes/catppuccin-mocha.micro".text = ''
color-link comment "#585B70" color-link comment "#585B70"