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
|
||||
'bashls',
|
||||
'dockerls',
|
||||
'pylsp',
|
||||
'rust_analyzer'
|
||||
'pylsp'
|
||||
})
|
||||
else
|
||||
print('Should never be here')
|
||||
|
@ -184,7 +183,7 @@ then
|
|||
}
|
||||
})
|
||||
|
||||
-- require('lspconfig').texlab.setup({})
|
||||
require('lspconfig').texlab.setup({})
|
||||
|
||||
else
|
||||
print('Should never be here')
|
||||
|
|
Loading…
Reference in New Issue