added clangd as preinstalled language server

main
The_miro 2025-01-13 17:24:12 +01:00
parent e0c87ce501
commit da18871c35
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#install components #install components
echo "Installing required Packages" echo "Installing required Packages"
sudo pacman -S alsa-utils base base-devel btop btrfs-progs curl dolphin dunst fastfetch firefox flatpak gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware micro nano networkmanager nmap openssh pulsemixer nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww ttf-jetbrains-mono unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator zsh sudo pacman -S alsa-utils base base-devel btop btrfs-progs clang curl dolphin dunst fastfetch firefox flatpak gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware micro nano networkmanager nmap openssh pulsemixer nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww ttf-jetbrains-mono unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator zsh
#aur/yay setup #aur/yay setup
echo "Installing yay" echo "Installing yay"

View File

@ -1,4 +1,9 @@
{ {
"F7": "command:lsp start",
"F8": "command:lsp format",
"F9": "command:lsp hover",
"F10": "command:lsp goto-definition",
"F11": "command:lsp find-references",
"Alt-/": "lua:comment.comment", "Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment", "CtrlUnderscore": "lua:comment.comment",
"Ctrl-Space": "command:tree", "Ctrl-Space": "command:tree",