neovim: copy to system clipboard; live_grep telescope

This commit is contained in:
Sridhar Ratnakumar 2024-03-24 10:13:16 -04:00
parent 142947453e
commit 8bbf982684

View file

@ -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;