added path completion plugin

main
mace on endeavour 2023-08-25 13:44:01 +02:00
parent 0faed7d95e
commit 57cf0fdb5d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ return {
-- tmux & split window navigation
"christoomey/vim-tmux-navigator",
"hrsh7th/cmp-buffer", -- source for text in buffer
"hrsh7th/cmp-path", -- source for file system paths
"nvim-telescope/telescope-project.nvim",