summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-04 20:47:17 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-04 20:47:17 +0100
commitb9015658d092fb7e6c7319802c9bf6a66ba1d297 (patch)
tree8a238164fa9a496e234c678ff78e9fcb35903a98 /lua/user/plugins.lua
parentf5c8925f14f57e4768ab105ec3089aa39e664d0a (diff)
Created after/ftplugin directory and lua.lua file to allow lua directory
to be recognised by the gf command.
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 6008cd7..c528f95 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -56,6 +56,7 @@ return packer.startup(function(use)
use "numToStr/Comment.nvim" -- Easily comment stuff
use "nvim-lualine/lualine.nvim"
use "windwp/nvim-autopairs" -- Autopairs, integrates with both cmp and treesitter
+ use "vimwiki/vimwiki"
-- Colorschemes
use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out