diff options
| author | 2025-04-04 13:29:03 +0300 | |
|---|---|---|
| committer | 2025-04-04 13:29:03 +0300 | |
| commit | 194442f0d62ec98ea4ff238fc75c97c6f398212a (patch) | |
| tree | 2e9d40a75c0141b1e5e624413824539c892d8cd2 /flake.nix | |
| parent | fix: add some runtime deps for Tree-Sitter (diff) | |
| download | neovim-configuration-194442f0d62ec98ea4ff238fc75c97c6f398212a.tar.gz neovim-configuration-194442f0d62ec98ea4ff238fc75c97c6f398212a.tar.bz2 neovim-configuration-194442f0d62ec98ea4ff238fc75c97c6f398212a.tar.lz neovim-configuration-194442f0d62ec98ea4ff238fc75c97c6f398212a.tar.xz neovim-configuration-194442f0d62ec98ea4ff238fc75c97c6f398212a.tar.zst neovim-configuration-194442f0d62ec98ea4ff238fc75c97c6f398212a.zip | |
feat: add `smart-splits.nvim` for integration with WezTerm
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -160,13 +160,19 @@ lze lzextras ]; + libraries = [ plenary-nvim ]; editor = [ vim-repeat ]; + ui = [ nvim-notify snacks-nvim ]; - extra = [ nvim-web-devicons ]; + + extra = [ + smart-splits-nvim + nvim-web-devicons + ]; }; theme = |
