mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 06:24:42 -05:00
feat(update): update
This commit is contained in:
8
lua/plugins/productivity-notes.lua
Normal file
8
lua/plugins/productivity-notes.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"darwincereska/notes.nvim",
|
||||
config = function()
|
||||
require("notes").setup({
|
||||
git_remote = "git@github.com:darwincereska/notes.git"
|
||||
})
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user