Add python debugger support

This commit is contained in:
Zackarias Montell
2025-05-15 13:59:35 +02:00
parent ae7bcb5bfc
commit 916fdf73e3
4 changed files with 9 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
--local nvm_bin = os.getenv('nvm_home'):gsub('\n[^\n]*$', '') -- remove line endings
--local node_version = vim.fn.system('nvm current'):gsub('\n[^\n]*$', '') -- remove line endings
--local vue_typescript_plugin_path = vim.fs.normalize(nvm_bin .. '\\' .. node_version .. '\\node_modules\\@vue\\typescript-plugin')
local vue_typescript_plugin_path = vim.fs.normalize('~/node_modules/@vue/typescript-plugin')
local vue_typescript_plugin_path = vim.fs.normalize '~/node_modules/@vue/typescript-plugin'
print(vue_typescript_plugin_path)
@@ -600,6 +600,7 @@ require('lazy').setup({
'xmlformatter',
'isort',
'black',
'debugpy',
})
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
-- Installed LSPs are configured and enabled automatically with mason-lspconfig