diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index ec7ec6a..c920583 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -130,7 +130,7 @@ bind = , XF86Tools, submap, scripts submap = scripts bind = , A, exec, hyprctl dispatch submap reset; ctl audio out -bind = , C, exec, hyprctl dispatch submap reset; sh -lc 'cliphist list | fuzzel --dmenu --prompt="clip: " | cliphist decode | wl-copy' +bind = , C, exec, hyprctl dispatch submap reset; sh -lc 'cliphist list | fuzzel --width 65 --dmenu --prompt="copy: " | cliphist decode | wl-copy' bind = , I, exec, hyprctl dispatch submap reset; ctl idle bind = , K, exec, hyprctl dispatch submap reset; ctl keyboard next bind = , M, exec, hyprctl dispatch submap reset; ctl media diff --git a/config/nvim/after/plugin/lsp.lua b/config/nvim/after/plugin/lsp.lua index 81289ed..0409c05 100644 --- a/config/nvim/after/plugin/lsp.lua +++ b/config/nvim/after/plugin/lsp.lua @@ -43,6 +43,7 @@ for _, server in ipairs({ 'emmet_language_server', 'eslint', 'html', + 'nixd', 'mdx_analyzer', 'jsonls', 'vtsls',