Merge branch 'main' of https://git.zacke.dev/wholteza/consultant-windows
This commit is contained in:
12
.profile.ps1
12
.profile.ps1
@@ -113,6 +113,13 @@ function Open-Nuxt(){
|
|||||||
yarn dev
|
yarn dev
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Open-Notes(){
|
||||||
|
cdr
|
||||||
|
cd notes
|
||||||
|
title notes
|
||||||
|
vim
|
||||||
|
}
|
||||||
|
|
||||||
function Edit-Powershell(){
|
function Edit-Powershell(){
|
||||||
nvim $profile
|
nvim $profile
|
||||||
. $profile
|
. $profile
|
||||||
@@ -145,3 +152,8 @@ Set-Alias -Name dash -Value Open-KubernetesDashboard
|
|||||||
Set-Alias -Name cd-repos -Value cdr
|
Set-Alias -Name cd-repos -Value cdr
|
||||||
Set-Alias -Name cd-sf -Value cdsf
|
Set-Alias -Name cd-sf -Value cdsf
|
||||||
Set-Alias -Name cd-li -Value cdli
|
Set-Alias -Name cd-li -Value cdli
|
||||||
|
|
||||||
|
Set-Alias -Name notes -Value Open-Notes
|
||||||
|
|
||||||
|
# Set up docker environment
|
||||||
|
#$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"colorScheme": "Catppuccin Mocha",
|
"colorScheme": "Catppuccin Mocha",
|
||||||
"font":
|
"font":
|
||||||
{
|
{
|
||||||
"face": "FiraCode Nerd Font Mono",
|
"face": "JetBrainsMono NFM",
|
||||||
"size": 18
|
"size": 18
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ return {
|
|||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
'antoinemadec/FixCursorHold.nvim',
|
'antoinemadec/FixCursorHold.nvim',
|
||||||
'nvim-neotest/neotest-python',
|
'nvim-neotest/neotest-python',
|
||||||
|
'nvim-treesitter/nvim-treesitter',
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local neotest = require 'neotest'
|
local neotest = require 'neotest'
|
||||||
@@ -13,8 +14,8 @@ return {
|
|||||||
adapters = {
|
adapters = {
|
||||||
require 'neotest-python' {
|
require 'neotest-python' {
|
||||||
dap = { justMyCode = false },
|
dap = { justMyCode = false },
|
||||||
args = { '--maxfail=1' },
|
-- args = {},
|
||||||
runner = 'pytest',
|
-- runner = 'pytest',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user