update nvim
This commit is contained in:
parent
3338d39206
commit
786b0e0970
31 changed files with 2204 additions and 15 deletions
10
lua/phoenix/plugins/projectroot.lua
Normal file
10
lua/phoenix/plugins/projectroot.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"dbakker/vim-projectroot",
|
||||
config = function()
|
||||
vim.keymap.set(
|
||||
"n",
|
||||
"<C-f>",
|
||||
":<C-u>ProjectRootExe lua require('telescope.builtin').live_grep({debounce=100})<cr>",
|
||||
{ noremap = true, silent = true })
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue