Rewrote neovim config
This commit is contained in:
parent
57228dd15f
commit
974566df1c
23 changed files with 177 additions and 196 deletions
7
.config/nvim/lua/plugins/telescope.lua
Normal file
7
.config/nvim/lua/plugins/telescope.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim"
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue