index
:
nvim-config
master
octo
My Neovim configuration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope_config.lua
blob: 391c38d849c2f5515437960b971c4cf9db0d706e (
plain
)
1
2
require
(
'telescope'
).
setup
({})
require
(
'telescope'
).
load_extension
(
'fzf'
)