Compare commits

..

2 commits

Author SHA1 Message Date
25c0d7cd36
Remove vimwiki 2024-10-26 04:08:58 +01:00
42eb5e6bfb
Remove wakatime as it is proprietary 2024-10-26 04:06:48 +01:00
2 changed files with 0 additions and 10 deletions

View file

@ -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'

View file

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