/
alkis
/
nvim
Обзор
Документация
Войти
/
alkis
/
nvim
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lua/plugins/project.lua
13 строк
306 B
avkis
Last changes
30 июн 2025, 06:49
30 июн 2025, 06:49
dce13aa
Код
Авторство
О чём код?
return { -- Lua "ahmedkhalf/project.nvim", init = function() require("project_nvim").setup({ -- your configuration comes here -- or leave it empty to use the default settings -- refer to the configuration section below -- Show hidden files in telescope show_hidden = true, }) end, }