Merge branch 'main' of github.com:MasterGordon/neovim-config
This commit is contained in:
commit
61c12e5bac
|
|
@ -207,7 +207,7 @@ require("lazy").setup(
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins/dap")
|
require("plugins/dap")
|
||||||
end,
|
end,
|
||||||
dependencies = {"mfussenegger/nvim-dap"}
|
dependencies = {"mfussenegger/nvim-dap", "nvim-neotest/nvim-nio"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ require "lspconfig".eslint.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
cmd = {"java-language-server"}
|
cmd = {"java-language-server"}
|
||||||
} ]]
|
} ]]
|
||||||
local servers = {"pyright", "bashls", "clangd", "cssls", "texlab", "prismals", "solidity", "zls"}
|
local servers = {"pyright", "bashls", "clangd", "cssls", "texlab", "prismals", "solidity", "zls", "gleam"}
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
nvim_lsp[lsp].setup {
|
nvim_lsp[lsp].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue