This website requires JavaScript.
Explore
Help
Sign In
moritz
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
89104209e8
dotfiles
/
modules
/
programs
/
nvim
/
plugins
/
lua
/
telescope.lua
2 lines
43 B
Lua
Raw
Normal View
History
Unescape
Escape
nvim: add separate config files for most plugins
2023-03-04 13:22:48 +01:00
require
(
"
telescope
"
)
.
load_extension
(
"
fzf
"
)