diff options
author | 2025-03-06 18:59:23 +0300 | |
---|---|---|
committer | 2025-03-06 18:59:33 +0300 | |
commit | 753994d1f2657e1a5c942af13bc8a46a53599056 (patch) | |
tree | 2103716d14b5494d801975bfc261b3b0ae490d39 | |
parent | feat: add `mini` plugins (diff) | |
download | neovim-configuration-753994d1f2657e1a5c942af13bc8a46a53599056.tar.gz neovim-configuration-753994d1f2657e1a5c942af13bc8a46a53599056.tar.bz2 neovim-configuration-753994d1f2657e1a5c942af13bc8a46a53599056.tar.lz neovim-configuration-753994d1f2657e1a5c942af13bc8a46a53599056.tar.xz neovim-configuration-753994d1f2657e1a5c942af13bc8a46a53599056.tar.zst neovim-configuration-753994d1f2657e1a5c942af13bc8a46a53599056.zip |
feat: add more useful utils at start
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -111,7 +111,9 @@ general = with pkgs.vimPlugins; { always = [ lze lzextras ]; - + libraries = [ plenary-nvim ]; + editor = [ vim-repeat ]; + ui = [ nvim-notify ]; extra = [ nvim-web-devicons ]; }; |