OBSD modifications
This commit is contained in:
parent
5d2ed175cb
commit
a812d12647
|
@ -31,8 +31,7 @@ then
|
||||||
-- Replace these with whatever servers you want to install
|
-- Replace these with whatever servers you want to install
|
||||||
'bashls',
|
'bashls',
|
||||||
'dockerls',
|
'dockerls',
|
||||||
'pylsp',
|
'pylsp'
|
||||||
'rust_analyzer'
|
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
print('Should never be here')
|
print('Should never be here')
|
||||||
|
@ -184,7 +183,7 @@ then
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- require('lspconfig').texlab.setup({})
|
require('lspconfig').texlab.setup({})
|
||||||
|
|
||||||
else
|
else
|
||||||
print('Should never be here')
|
print('Should never be here')
|
||||||
|
|
Loading…
Reference in New Issue