This website requires JavaScript.
Explore
Help
Sign In
Hertog
/
HertogVim
Watch
1
Star
0
Fork
You've already forked HertogVim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5b1b41669
HertogVim
/
config
/
extraLua.nix
8 lines
88 B
Nix
Raw
Normal View
History
Unescape
Escape
Ported of what little I had in my normal neovim config and some extra
2024-02-09 12:40:14 +00:00
{
self
,
.
.
.
}:
{
fixes
2024-02-09 12:56:13 +00:00
extraConfigLua
=
''
Ported of what little I had in my normal neovim config and some extra
2024-02-09 12:40:14 +00:00
print
(
"
W
e
l
c
o
m
e
t
o
V
i
m
,
H
e
r
t
o
g
!
:
3
"
)
''
;
}