File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -128,16 +128,11 @@ return {
128128 },
129129 })
130130
131- if julials_manually_setup () then
132- opts .config .julials .on_attach = astrocore .patch_func (
133- opts .config .julials .on_attach ,
134- function (orig , client , bufnr )
135- local environment = vim .tbl_get (client , " settings" , " julia" , " environmentPath" )
136- if environment then client .notify (" julia/activateenvironment" , { envPath = environment }) end
137- orig (client , bufnr )
138- end
139- )
140- end
131+ opts .config .julials .on_attach = astrocore .patch_func (opts .config .julials .on_attach , function (orig , client , bufnr )
132+ local environment = vim .tbl_get (client , " settings" , " julia" , " environmentPath" )
133+ if environment then client .notify (" julia/activateenvironment" , { envPath = environment }) end
134+ orig (client , bufnr )
135+ end )
141136
142137 return opts
143138 end ,
You can’t perform that action at this time.
0 commit comments