Add back vimwiki and add plugin list in readme

This commit is contained in:
Saeed Afzal
2025-04-02 09:03:33 +01:00
parent 626db96425
commit add76792b9
4 changed files with 15 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -7,3 +7,6 @@
[submodule "pack/vendor/start/neogit"]
path = pack/vendor/start/neogit
url = https://github.com/NeogitOrg/neogit.git
[submodule "pack/vendor/start/vimwiki"]
path = pack/vendor/start/vimwiki
url = https://github.com/vimwiki/vimwiki.git

View File

@@ -2,3 +2,9 @@
## Getting Started
`git clone https://github.com/saeedafzal/neovim-config.git ~/.config/nvim --recursive`
## Plugins
* [Plenary](https://github.com/nvim-lua/plenary.nvim)
* [Wakatime](https://github.com/wakatime/vim-wakatime)
* [Neogit](https://github.com/NeogitOrg/neogit)
* [Vimwiki](https://github.com/vimwiki/vimwiki)

View File

@@ -1,6 +1,11 @@
-- Core configuration
require "core"
-- Vimwiki
vim.g.vimwiki_list = {
{ path = "~/Documents/Notes", index = "index" }
}
-- Theme
vim.cmd [[
hi Normal guibg=none

1
pack/vendor/start/vimwiki vendored Submodule