add fileshare

This commit is contained in:
Kopatz
2024-06-01 23:55:36 +02:00
parent cc2aa2b6c3
commit 2843e736ba
11 changed files with 105 additions and 20 deletions

View File

@@ -0,0 +1 @@
{ plugins.barbar = { enable = true; }; }

View File

@@ -1 +0,0 @@
{ plugins.bufferline = { enable = true; }; }

View File

@@ -99,7 +99,7 @@
options.desc = "Gitsigns reset current buffer";
}
# Tabs
# Tabs (barbar)
{
mode = "n";
key = "<leader>tn";
@@ -109,19 +109,19 @@
{
mode = "n";
key = "<leader>td";
action = "<CMD>tabclose<CR>";
action = "<CMD>BufferClose<CR>";
options.desc = "Close tab";
}
{
mode = "n";
key = "<leader>tt";
action = "<CMD>tabnext<CR>";
action = "<CMD>BufferNext<CR>";
options.desc = "Go to the sub-sequent tab";
}
{
mode = "n";
key = "<leader>tp";
action = "<CMD>tabprevious<CR>";
action = "<CMD>BufferPrevious<CR>";
options.desc = "Go to the previous tab";
}

View File

@@ -10,7 +10,7 @@ let
./auto-pairs.nix
./autosave.nix
./blankline.nix
./bufferline.nix
./barbar.nix
./cmp.nix
./fidget.nix
./refactoring.nix