Add back vimwiki and add plugin list in readme
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
5
init.lua
5
init.lua
@@ -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
1
pack/vendor/start/vimwiki
vendored
Submodule
Submodule pack/vendor/start/vimwiki added at 72792615e7
Reference in New Issue
Block a user