Backup
This commit is contained in:
parent
b9ce1d1f87
commit
d3ab72c6c8
4 changed files with 81 additions and 6 deletions
dotfiles/neovim/lua/my/plugins
|
@ -10,6 +10,7 @@ local keybinds = {
|
|||
{ "<C-P>", "find_files" },
|
||||
{ "<Leader>ft", find_files_by_extension("tex") },
|
||||
{ "<Leader>fl", find_files_by_extension("lua") },
|
||||
{ "<Leader>d", "diagnostics" },
|
||||
{ "<C-F>", "live_grep" },
|
||||
{ "<Leader>t", "builtin" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue