Added C support to neovim; Laptop: installed appimage-run
This commit is contained in:
parent
329feb21c6
commit
101d19d2d8
2 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,10 @@
|
|||
lsp.server = "denols";
|
||||
extensions.ts-error-translator.enable = true;
|
||||
};
|
||||
clang = {
|
||||
enable = true;
|
||||
lsp.enable = false;
|
||||
};
|
||||
|
||||
bash.enable = true;
|
||||
css.enable = true;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
./wluma.nix
|
||||
];
|
||||
|
||||
programs.appimage.enable = true;
|
||||
# programs.evolution.enable = true; # FIXME: move to appropiate place.
|
||||
niksos = {
|
||||
hardware = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue