Reverting docker changes and changing font
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
"colorScheme": "Catppuccin Mocha",
|
||||
"font":
|
||||
{
|
||||
"face": "FiraCode Nerd Font Mono",
|
||||
"face": "JetBrainsMono NFM",
|
||||
"size": 18
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user