Update init.lua
Co-authored-by: Chris Patti <feoh@feoh.org>
This commit is contained in:
parent
fc814a5129
commit
0b13cc3ed8
1
init.lua
1
init.lua
|
@ -113,6 +113,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
|
||||||
-- if vim.fn.expand("%") == "file.txt" then
|
-- if vim.fn.expand("%") == "file.txt" then
|
||||||
-- vim.cmd("so ./additional_config.lua")
|
-- vim.cmd("so ./additional_config.lua")
|
||||||
-- end
|
-- end
|
||||||
|
--
|
||||||
-- One use-case could be a journal where the script.lua automatically moves your cursor
|
-- One use-case could be a journal where the script.lua automatically moves your cursor
|
||||||
-- to the end of file and inserts the curent date when you open it. (This suggestion is certainly not
|
-- to the end of file and inserts the curent date when you open it. (This suggestion is certainly not
|
||||||
-- the easiest example, but that it is possible at all should get your mind racing
|
-- the easiest example, but that it is possible at all should get your mind racing
|
||||||
|
|
Loading…
Reference in New Issue