fixing neogit + trying new plugins

This commit is contained in:
2024-05-31 18:03:12 +02:00
parent 2218802114
commit 54860e1f3b
4 changed files with 69 additions and 4 deletions

6
after/plugin/notes.lua Normal file
View File

@@ -0,0 +1,6 @@
-- Configuration of note taking setup
local mkdnflow = require("mkdnflow")
mkdnflow.setup({
wrap = true
})