Updated Desktop dotfiles
This commit is contained in:
@@ -33,6 +33,13 @@ local plugins = {
|
||||
|
||||
'jalvesaq/Nvim-R',
|
||||
|
||||
{
|
||||
'RaafatTurki/hex.nvim',
|
||||
config = function()
|
||||
require('hex').setup()
|
||||
end
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
|
||||
@@ -24,7 +24,11 @@ lspconfig.rust_analyzer.setup {
|
||||
},
|
||||
}
|
||||
|
||||
local default_servers = {'ccls', 'pylsp', 'typst_lsp', 'r_language_server'}
|
||||
lspconfig.omnisharp.setup {
|
||||
cmd = { "dotnet", "/usr/lib/omnisharp-roslyn/OmniSharp.dll"}
|
||||
}
|
||||
|
||||
local default_servers = {'pylsp', 'ccls', 'typst_lsp', 'r_language_server', 'lua_ls'}
|
||||
|
||||
for _, lsp in ipairs(default_servers) do
|
||||
lspconfig[lsp].setup {
|
||||
|
||||
Reference in New Issue
Block a user