add fileshare
This commit is contained in:
1
home-manager/nixvim/barbar.nix
Normal file
1
home-manager/nixvim/barbar.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ plugins.barbar = { enable = true; }; }
|
||||
@@ -1 +0,0 @@
|
||||
{ plugins.bufferline = { enable = true; }; }
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
./auto-pairs.nix
|
||||
./autosave.nix
|
||||
./blankline.nix
|
||||
./bufferline.nix
|
||||
./barbar.nix
|
||||
./cmp.nix
|
||||
./fidget.nix
|
||||
./refactoring.nix
|
||||
|
||||
Reference in New Issue
Block a user