onedark fix + purescript lsp

This commit is contained in:
Naman Agarwal 2024-09-24 17:57:33 +05:30
parent 996f9b90c7
commit 7bbc1ef935
2 changed files with 33 additions and 30 deletions

View file

@ -161,7 +161,9 @@ require('lazy').setup({
'navarasu/onedark.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onedark'
require('onedark').setup({
transparent = true, -- Show/hide background
})
end,
},
@ -535,6 +537,7 @@ local servers = {
},
clangd = {},
gopls = {},
purescriptls = {},
-- rust_analyzer = {},
tsserver = {},