feat: fix spaceport

This commit is contained in:
Fey Naomi Schrewe 2024-09-12 10:03:08 +02:00
parent efabf4376b
commit febb0d07bd

View File

@ -280,10 +280,11 @@ return {
cmd = { 'Twilight', 'TwilightEnable', 'TwilightDisable' } cmd = { 'Twilight', 'TwilightEnable', 'TwilightDisable' }
}, },
{ {
'CWood-sdf/spaceport.nvim', "CWood-sdf/spaceport.nvim",
opts = { opts = {
replace_dirs = { { 'C:\\Development', '#' } } replaceDirs = { { "C:\\Development", "#" } },
projectEntry = "Neotree current",
}, },
lazy = false, -- load spaceport immediately lazy = false, -- load spaceport immediately
} },
} }