mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-10 02:58:17 +01:00
Added in yarn and added neotree to nvf config and keybinding for toggling it
This commit is contained in:
parent
632a497c11
commit
42d20e49a4
@ -69,6 +69,7 @@
|
|||||||
usbutils
|
usbutils
|
||||||
v4l-utils
|
v4l-utils
|
||||||
virt-viewer
|
virt-viewer
|
||||||
|
yarn
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
key = "jk";
|
key = "jk";
|
||||||
mode = ["i"];
|
mode = ["i"];
|
||||||
action = "<ESC>";
|
action = "<ESC>";
|
||||||
desc = "Exit insert mode with jk";
|
desc = "Exit insert mode";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>nh";
|
key = "<leader>nh";
|
||||||
@ -33,17 +33,23 @@
|
|||||||
desc = "Clear search highlights";
|
desc = "Clear search highlights";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>F";
|
key = "<leader>ff";
|
||||||
mode = ["n"];
|
mode = ["n"];
|
||||||
action = "<cmd>Telescope find_files<cr>";
|
action = "<cmd>Telescope find_files<cr>";
|
||||||
desc = "Search files by name";
|
desc = "Search files by name";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "<leader>ff";
|
key = "<leader>lg";
|
||||||
mode = ["n"];
|
mode = ["n"];
|
||||||
action = "<cmd>Telescope live_grep<cr>";
|
action = "<cmd>Telescope live_grep<cr>";
|
||||||
desc = "Search files by contents";
|
desc = "Search files by contents";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>fe";
|
||||||
|
mode = ["n"];
|
||||||
|
action = "<cmd>Neotree toggle<cr>";
|
||||||
|
desc = "File browser toggle";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
@ -128,6 +134,8 @@
|
|||||||
projects.project-nvim.enable = true;
|
projects.project-nvim.enable = true;
|
||||||
dashboard.dashboard-nvim.enable = true;
|
dashboard.dashboard-nvim.enable = true;
|
||||||
|
|
||||||
|
filetree.neo-tree.enable = true;
|
||||||
|
|
||||||
notify = {
|
notify = {
|
||||||
nvim-notify.enable = true;
|
nvim-notify.enable = true;
|
||||||
nvim-notify.setupOpts.background_colour = "#${config.lib.stylix.colors.base01}";
|
nvim-notify.setupOpts.background_colour = "#${config.lib.stylix.colors.base01}";
|
||||||
|
Loading…
Reference in New Issue
Block a user