onedark fix + purescript lsp
This commit is contained in:
parent
996f9b90c7
commit
7bbc1ef935
2 changed files with 33 additions and 30 deletions
5
init.lua
5
init.lua
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue