mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added purs
This commit is contained in:
parent
4fff72b08d
commit
429cad4a5d
3 changed files with 23 additions and 31 deletions
|
|
@ -15,7 +15,7 @@ return {
|
|||
},
|
||||
|
||||
{'williamboman/mason.nvim', enabled = false },
|
||||
|
||||
|
||||
{
|
||||
'VonHeikemen/lsp-zero.nvim',
|
||||
branch = 'v2.x',
|
||||
|
|
@ -29,31 +29,10 @@ return {
|
|||
{'hrsh7th/cmp-nvim-lsp'}, -- Required
|
||||
{'L3MON4D3/LuaSnip'}, -- Required
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
{ 'raichoo/purescript-vim' },
|
||||
{ 'vmchale/dhall-vim'},
|
||||
|
||||
-- {
|
||||
-- "neovim/nvim-lspconfig",
|
||||
-- ---@class PluginLspOpts
|
||||
-- opts = {
|
||||
-- ---@type lspconfig.options
|
||||
-- servers = {
|
||||
-- html = {},
|
||||
-- cssls = {},
|
||||
-- jsonls = {},
|
||||
-- marksman = {},
|
||||
-- tsserver = {},
|
||||
-- tailwindcss = {},
|
||||
-- volar = {},
|
||||
--
|
||||
-- lua_ls = {},
|
||||
--
|
||||
-- nil_ls = {},
|
||||
-- pyright = {},
|
||||
--
|
||||
-- --hls = {},
|
||||
-- rust_analyzer = {},
|
||||
-- diagnosticls = {},
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue