1
Fork 0
This commit is contained in:
Matei Adriel 2022-10-04 23:42:58 +02:00
parent b9ce1d1f87
commit d3ab72c6c8
4 changed files with 81 additions and 6 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -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" },
}