add lsp for micro
This commit is contained in:
parent
6767975ce3
commit
6902ec2b06
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue