From f84cf1868f917437357006929ac4a1447494a76b Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Thu, 9 Jun 2022 13:36:05 +0100 Subject: Minor changes --- lua/user/plugins.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 75a2561..c276e03 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -57,6 +57,8 @@ return packer.startup(function(use) use "nvim-lualine/lualine.nvim" use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter use "vimwiki/vimwiki" + use "zane-/howdoi.nvim" + -- use "gleitz/howdoi.nvim" -- -- Colorschemes use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out @@ -99,6 +101,17 @@ return packer.startup(function(use) use "p00f/nvim-ts-rainbow" use "nvim-treesitter/playground" + -- Jupyter interaction + use 'hkupty/iron.nvim' + use 'kana/vim-textobj-user' + use 'kana/vim-textobj-line' + use 'GCBallesteros/vim-textobj-hydrogen' + use 'GCBallesteros/jupytext.vim' + use { 'dccsillag/magma-nvim', run = ':UpdateRemotePlugins' } + + + + -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins if PACKER_BOOTSTRAP then -- cgit v1.2.3