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