mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 03:40:32 +01:00
some nixvim stuff
This commit is contained in:
parent
db8d2fe07d
commit
80c5d75ecc
|
@ -35,6 +35,8 @@ in {
|
|||
pkgs.iftop
|
||||
pkgs.ranger
|
||||
|
||||
pkgs.cargo-mommy
|
||||
|
||||
pkgs.just
|
||||
pkgs.fzf
|
||||
|
||||
|
|
|
@ -371,31 +371,31 @@
|
|||
mode = "n";
|
||||
key = "<leader>ff";
|
||||
options.silent = true;
|
||||
action = "<cmd>Telescope find_files<CR>";
|
||||
action = "<cmd>Telescope find_files theme=ivy<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>fe";
|
||||
options.silent = true;
|
||||
action = "<cmd>Telescope file_browser<CR>";
|
||||
action = "<cmd>Telescope file_browser theme=ivy<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>fss";
|
||||
options.silent = true;
|
||||
action = "<cmd>Telescope live_grep<CR>";
|
||||
action = "<cmd>Telescope live_grep theme=ivy<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>fsw";
|
||||
options.silent = true;
|
||||
action = "<cmd>Telescope lsp_dynamic_workspace_symbols<CR>";
|
||||
action = "<cmd>Telescope lsp_dynamic_workspace_symbols theme=ivy<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>fd";
|
||||
options.silent = true;
|
||||
action = "<cmd>Telescope diagnostics<CR>";
|
||||
action = "<cmd>Telescope diagnostics theme=ivy<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
|
@ -407,7 +407,7 @@
|
|||
mode = "n";
|
||||
key = "<leader>bb";
|
||||
options.silent = true;
|
||||
action = "<cmd>Telescope buffers<CR>";
|
||||
action = "<cmd>Telescope buffers theme=ivy<CR>";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
|
|
Loading…
Reference in a new issue