bufdelete: delete buffer without messing up windows
This commit is contained in:
parent
493148c3b8
commit
aea55dcd6c
6 changed files with 37 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue