Skip to content

Commit

Permalink
add plugin memolist.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Aug 21, 2024
1 parent 6961973 commit b4881f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dot_config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ if not vim.g.vscode then

-- Color
use("folke/tokyonight.nvim")
use({
"glidenote/memolist.vim",
config = function()
vim.g.memolist_path = vim.fn.expand("~/.config/memo/_posts")
end,
})
end)
end

Expand Down

0 comments on commit b4881f0

Please sign in to comment.