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";
|
lsp.server = "denols";
|
||||||
extensions.ts-error-translator.enable = true;
|
extensions.ts-error-translator.enable = true;
|
||||||
};
|
};
|
||||||
|
clang = {
|
||||||
|
enable = true;
|
||||||
|
lsp.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
css.enable = true;
|
css.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
./wluma.nix
|
./wluma.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.appimage.enable = true;
|
||||||
# programs.evolution.enable = true; # FIXME: move to appropiate place.
|
# programs.evolution.enable = true; # FIXME: move to appropiate place.
|
||||||
niksos = {
|
niksos = {
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue