mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-02-14 20:42:45 +00:00
feat: clangd
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
input = {
|
||||
accel_profile = "flat";
|
||||
kb_layout = "cc1-thea";
|
||||
mouse_refocus = false;
|
||||
};
|
||||
bind = import ./keybinds.nix;
|
||||
bindm = import ./mousebinds.nix;
|
||||
|
||||
@@ -563,6 +563,11 @@ in {
|
||||
};
|
||||
pylsp.enable = true;
|
||||
|
||||
clangd = {
|
||||
enable = true;
|
||||
cmd = ["clangd" "--offset-encoding=utf-16"];
|
||||
};
|
||||
|
||||
nixd.enable = true;
|
||||
lua-ls.enable = true;
|
||||
bashls.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user