bufdelete: delete buffer without messing up windows

This commit is contained in:
xinyangli 2024-12-10 12:40:33 +08:00
parent 493148c3b8
commit aea55dcd6c
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 37 additions and 19 deletions

View file

@ -1,6 +1,7 @@
{
# Import all your configuration modules here
imports = [
./buffer/bufdelete.nix
./blink.nix
./bufferline.nix
./comment.nix
@ -15,7 +16,6 @@
./lsp
./lualine.nix
./neo-tree.nix
# ./nvim-cmp.nix
# ./project.nix
./rainbow-delimiters.nix
./telescope.nix
@ -23,6 +23,5 @@
./treesitter.nix
./which-key.nix
];
plugins.web-devicons.enable = true;
}