1
0
Fork 0

(ver4a) Enable system clipboard support in neovim

This commit is contained in:
ver4a 2025-02-23 00:44:44 +01:00
parent f9e4fe33f5
commit 39230d1f67
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ RUN dnf5 -y install uv
RUN dnf5 -y install croc solaar openrgb RUN dnf5 -y install croc solaar openrgb
# Install general purpose development tools # Install general purpose development tools
RUN dnf5 -y install codium neovim ansible python3-ansible-lint RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint
# Remove KDE Connect # Remove KDE Connect
RUN rpm -e kde-connect kde-connect-libs kdeconnectd RUN rpm -e kde-connect kde-connect-libs kdeconnectd

View file

@ -13,7 +13,7 @@ RUN dnf5 -y install uv
RUN dnf5 -y install croc solaar openrgb RUN dnf5 -y install croc solaar openrgb
# Install general purpose development tools # Install general purpose development tools
RUN dnf5 -y install codium neovim ansible python3-ansible-lint RUN dnf5 -y install codium neovim wl-clipboard ansible python3-ansible-lint
# Remove KDE Connect # Remove KDE Connect
RUN rpm -e kde-connect kde-connect-libs kdeconnectd RUN rpm -e kde-connect kde-connect-libs kdeconnectd