feat(nvim): use rounded borders for input

This commit is contained in:
Moritz Böhme 2025-07-31 16:19:36 +02:00
parent f0ac85d6fa
commit eb1500e11a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 127 additions and 89 deletions

View file

@ -165,6 +165,8 @@
# Neovim
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
nixvim.url = "github:nix-community/nixvim";
plenary-nvim.url = "github:nvim-lua/plenary.nvim";
plenary-nvim.flake = false;
# Helix
helix.url = "github:helix-editor/helix";