OBSD modifications

This commit is contained in:
Eduardo Cueto-Mendoza 2024-03-16 09:53:54 +00:00
parent 5d2ed175cb
commit a812d12647
1 changed files with 2 additions and 3 deletions

View File

@ -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')