Compare commits

..

No commits in common. "25c0d7cd36856e176ebc9ceee4840757c5167880" and "2476f35e6f30dfff6248a335e38664f2cb386653" have entirely different histories.

2 changed files with 10 additions and 0 deletions

View file

@ -45,6 +45,9 @@ return require('packer').startup(function(use)
config = function() require('night.plugins.lualine') end,
}
-- wakatime to record coding time
use 'wakatime/vim-wakatime'
-- insert or delete brackets, parens, quotes in pair
use 'jiangmiao/auto-pairs'

View file

@ -0,0 +1,7 @@
vim.g.vimwiki_list = {
{
path = '/home/n/.nky/Coding/Markdown/wiki/',
syntax = 'markdown',
ext = '.md',
}
}