feat: fix spaceport
This commit is contained in:
parent
efabf4376b
commit
febb0d07bd
@ -280,10 +280,11 @@ return {
|
||||
cmd = { 'Twilight', 'TwilightEnable', 'TwilightDisable' }
|
||||
},
|
||||
{
|
||||
'CWood-sdf/spaceport.nvim',
|
||||
"CWood-sdf/spaceport.nvim",
|
||||
opts = {
|
||||
replace_dirs = { { 'C:\\Development', '#' } }
|
||||
replaceDirs = { { "C:\\Development", "#" } },
|
||||
projectEntry = "Neotree current",
|
||||
},
|
||||
lazy = false, -- load spaceport immediately
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user