diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-09 13:36:05 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-09 13:36:05 +0100 |
| commit | f84cf1868f917437357006929ac4a1447494a76b (patch) | |
| tree | 56467a91c845aab5b1bfa2f29f457f94c12253ea /lua/user/plugins.lua | |
| parent | 6f6e018915ffec09e034cca2d7ca05e3ccd567c1 (diff) | |
Minor changes
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 13 |
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 |
