Compare commits

...

2 Commits

Author SHA1 Message Date
Rachel Lambda Samuelsson 8200fc8758 berryc close 2024-03-28 16:21:46 +01:00
Rachel Lambda Samuelsson b4177e3dee clangd 2024-03-28 16:21:28 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,9 @@ in rec {
}
}
})
lspcfg.clangd.setup({
cmd = { '${pkgs.clang-tools}/bin/clangd' },
})
require('orgmode').setup_ts_grammar()
require('nvim-treesitter.configs').setup({
highlight = {
@ -578,6 +581,7 @@ in rec {
"super + r" = "rofi -show drun";
"super + p" = "cpypsk";
"super + l" = "betterlockscreen -l";
"super + q" = "berryc window_close";
"super + Left" = "berryc snap_left";
"super + Right" = "berryc snap_right";
"super + m" = "berryc window_monocle";