This commit is contained in:
2026-02-16 11:12:36 +01:00
3 changed files with 16 additions and 3 deletions

View File

@@ -76,7 +76,7 @@
"colorScheme": "Catppuccin Mocha",
"font":
{
"face": "FiraCode Nerd Font Mono",
"face": "JetBrainsMono NFM",
"size": 18
}
},

View File

@@ -5,6 +5,7 @@ return {
'nvim-lua/plenary.nvim',
'antoinemadec/FixCursorHold.nvim',
'nvim-neotest/neotest-python',
'nvim-treesitter/nvim-treesitter',
},
config = function()
local neotest = require 'neotest'
@@ -13,8 +14,8 @@ return {
adapters = {
require 'neotest-python' {
dap = { justMyCode = false },
args = { '--maxfail=1' },
runner = 'pytest',
-- args = {},
-- runner = 'pytest',
},
},
}