Compare commits
2 commits
2476f35e6f
...
25c0d7cd36
Author | SHA1 | Date | |
---|---|---|---|
25c0d7cd36 | |||
42eb5e6bfb |
2 changed files with 0 additions and 10 deletions
|
@ -45,9 +45,6 @@ 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'
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
vim.g.vimwiki_list = {
|
||||
{
|
||||
path = '/home/n/.nky/Coding/Markdown/wiki/',
|
||||
syntax = 'markdown',
|
||||
ext = '.md',
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue