Add python debugger support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user