feat: clangd

This commit is contained in:
2024-02-21 23:26:45 +01:00
parent 64d7a67972
commit e1b0da8b46
3 changed files with 14 additions and 1 deletions

View File

@@ -48,7 +48,6 @@
input = {
accel_profile = "flat";
kb_layout = "cc1-thea";
mouse_refocus = false;
};
bind = import ./keybinds.nix;
bindm = import ./mousebinds.nix;

View File

@@ -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;