diff options
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' |
