Update init.lua
Co-authored-by: Chris Patti <feoh@feoh.org>
This commit is contained in:
parent
7f662c07bc
commit
8d76247947
2
init.lua
2
init.lua
|
@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
|
||||||
-- One last note before we leave you to explore: Lua is a real programming language.
|
-- One last note before we leave you to explore: Lua is a real programming language.
|
||||||
-- Why is that important? First of all, that you can use all the features of Lua,
|
-- Why is that important? First of all, that you can use all the features of Lua,
|
||||||
-- like variables, conditionals, loops and functions. Secondly, that you can interact with
|
-- like variables, conditionals, loops and functions. Secondly, that you can interact with
|
||||||
-- neovim in concise way. The following lines contain two examples that might give you some inspirations.
|
-- neovim in a concise way. The following lines contain two examples that might give you some inspiration.
|
||||||
-- This snippet adds a keymap to open a predefined file in a new tab:
|
-- This snippet adds a keymap to open a predefined file in a new tab:
|
||||||
-- local function open_notes()
|
-- local function open_notes()
|
||||||
-- vim.cmd 'tabnew'
|
-- vim.cmd 'tabnew'
|
||||||
|
|
Loading…
Reference in New Issue