Add line numbers back, add vtsls and neotest go
This commit is contained in:
@@ -2,6 +2,6 @@ return {
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
vim.lsp.enable({ "lua_ls", "jedi_language_server", "gopls", "html", "yamlls", "svelte-language-server", "clangd",
|
||||
"ansiblels" })
|
||||
"ansiblels", "vtsls" })
|
||||
end
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@ return {
|
||||
dependencies = {
|
||||
"nvim-neotest/nvim-nio",
|
||||
"nvim-neotest/neotest-python",
|
||||
"nvim-neotest/neotest-go",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"antoinemadec/FixCursorHold.nvim",
|
||||
"nvim-treesitter/nvim-treesitter"
|
||||
@@ -10,9 +11,9 @@ return {
|
||||
config = function()
|
||||
require("neotest").setup({
|
||||
adapters = {
|
||||
require("neotest-python")
|
||||
require("neotest-python"),
|
||||
require("neotest-go")
|
||||
}
|
||||
})
|
||||
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user