diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index d58cb39..81459e9 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -1,7 +1,7 @@ #install components 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 echo "Installing yay" diff --git a/micro/bindings.json b/micro/bindings.json index 6f47386..90a4a33 100644 --- a/micro/bindings.json +++ b/micro/bindings.json @@ -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", "CtrlUnderscore": "lua:comment.comment", "Ctrl-Space": "command:tree",