mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
neovim: copy to system clipboard; live_grep telescope
This commit is contained in:
parent
142947453e
commit
8bbf982684
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
smartindent = true;
|
||||
tabstop = 2;
|
||||
number = true;
|
||||
clipboard = "unnamedplus";
|
||||
};
|
||||
|
||||
# Keymaps
|
||||
|
|
@ -46,6 +47,10 @@
|
|||
desc = "file finder";
|
||||
action = "find_files";
|
||||
};
|
||||
"<leader>fg" = {
|
||||
desc = "find via grep";
|
||||
action = "live_grep";
|
||||
};
|
||||
};
|
||||
extensions = {
|
||||
file_browser.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue