From f6e0aff4356dc2598966657895c777e6bea23d54 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Fri, 22 Jul 2022 10:37:14 +0100 Subject: Changes to create unbreakable IDE part 1 from chris@machine --- lua/user/plugins.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua/user/plugins.lua') 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' -- cgit v1.2.3