Add python lsp and dap.
This commit is contained in:
parent
8c175d6515
commit
19da94c52b
1
after/plugin/dap/dap-python.lua
Normal file
1
after/plugin/dap/dap-python.lua
Normal file
@ -0,0 +1 @@
|
||||
require('dap-python').setup()
|
1
after/plugin/lsp/lsp-python.lua
Normal file
1
after/plugin/lsp/lsp-python.lua
Normal file
@ -0,0 +1 @@
|
||||
require'lspconfig'.pylsp.setup{}
|
@ -37,6 +37,7 @@ return require('packer').startup(function(use)
|
||||
use 'leoluz/nvim-dap-go'
|
||||
use 'rcarriga/nvim-dap-ui'
|
||||
use 'jbyuki/one-small-step-for-vimkind'
|
||||
use 'mfussenegger/nvim-dap-python'
|
||||
|
||||
-- Autocompletion
|
||||
use 'hrsh7th/cmp-nvim-lsp'
|
||||
|
Loading…
Reference in New Issue
Block a user