summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua13
1 files changed, 13 insertions, 0 deletions
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