diff --git a/modules/home/micro/default.nix b/modules/home/micro/default.nix index db58f5f..2a4e973 100644 --- a/modules/home/micro/default.nix +++ b/modules/home/micro/default.nix @@ -5,9 +5,20 @@ settings = { "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; [ + ccls # c/c++ lsp + ]); + xdg.configFile."micro/colorschemes/catppuccin-mocha.micro".text = '' color-link comment "#585B70"