diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-07-22 10:37:14 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-07-22 10:37:14 +0100 |
| commit | f6e0aff4356dc2598966657895c777e6bea23d54 (patch) | |
| tree | b7ab1692faa0882b4bc12d685b0e2bca036aa654 /lua/user/plugins.lua | |
| parent | 1afd76ff2fa2d7cfb408a78cd8e47209f0305a24 (diff) | |
Changes to create unbreakable IDE part 1 from chris@machine
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index c276e03..40adaaf 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -84,6 +84,7 @@ return packer.startup(function(use) use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer + use "RRethy/vim-illuminate" -- Telescope use "nvim-telescope/telescope.nvim" @@ -95,12 +96,20 @@ return packer.startup(function(use) run = ":TSUpdate", } use "JoosepAlviste/nvim-ts-context-commentstring" + use "windwp/nvim-ts-autotag" + use "romgrk/nvim-treesitter-context" -- Git use "lewis6991/gitsigns.nvim" use "p00f/nvim-ts-rainbow" use "nvim-treesitter/playground" + -- DAP + use "mfussenegger/nvim-dap" + use "mfussenegger/nvim-dap-python" + use "rcarriga/nvim-dap-ui" + use "Pocco81/DAPInstall.nvim" + -- Jupyter interaction use 'hkupty/iron.nvim' use 'kana/vim-textobj-user' |
