mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)
* Replace vim-rooter with project.nvim * Implement stylua format * Remove smart_cwd * Implicitly update nvim-tree dir when project active * Link datapath to cache * Fix stylua * Fix lint * Fix telescope bug * Fix telescope dependency * Fix telescope once and for all * Fix telescope once again
This commit is contained in:
parent
21b621c95a
commit
b9b9c69615
8 changed files with 69 additions and 42 deletions
|
@ -31,19 +31,16 @@ M.config = function()
|
|||
description = { " Find File " },
|
||||
command = "Telescope find_files",
|
||||
},
|
||||
b = {
|
||||
-- b is reserved for the core.project module
|
||||
c = {
|
||||
description = { " Recently Used Files" },
|
||||
command = "Telescope oldfiles",
|
||||
},
|
||||
-- c = {
|
||||
-- description = { " Load Last Session " },
|
||||
-- command = "SessionLoad",
|
||||
-- },
|
||||
c = {
|
||||
d = {
|
||||
description = { " Find Word " },
|
||||
command = "Telescope live_grep",
|
||||
},
|
||||
d = {
|
||||
e = {
|
||||
description = { " Settings " },
|
||||
command = ":e " .. USER_CONFIG_PATH,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue