This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
nvim_config
Watch
1
Star
0
Fork
You've already forked nvim_config
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
feature/lua-configs
master
feature/lua-configs
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'feature/lua-configs'
${ noResults }
nvim_config
/
lua
/
telescope_settings.lua
6 lines
85 B
Raw
Permalink
Normal View
History
Unescape
Escape
Update telescope settings
10 months ago
require
(
'
telescope
'
)
.
setup
{
defaults
=
{
Change some telescope settings, add plugins for gitcommit and java, change coc-settings somewhat
10 months ago
path_display
=
{
"
smart
"
}
,
Update telescope settings
10 months ago
}
Initial configuration commit
1 year ago
}