linter
This commit is contained in:
parent
0b95929489
commit
67f437fcd0
4 changed files with 24 additions and 1 deletions
5
lua/functions/notes.lua
Normal file
5
lua/functions/notes.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
vim.api.nvim_create_user_command("Notes", function()
|
||||
vim.cmd.edit('~/notes/notes.md')
|
||||
end, {})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue