Add line numbers back, add vtsls and neotest go
This commit is contained in:
@@ -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