This website requires JavaScript.
Explore
Help
Sign In
voronind
/
nix
Watch
0
Star
0
Fork
You've already forked nix
0
Code
Issues
40
Pull requests
Packages
Projects
Releases
Wiki
Activity
8db6f1ad05
nix
/
home
/
config
/
nvim
/
module
/
key
/
Comment.nix
7 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
Part : Remove unused parts.
2024-06-23 04:55:57 +03:00
{
.
.
.
}:
{
Neovim : Replace singlecomment with built-in commenting.
2024-10-03 23:13:19 +03:00
text
=
''
remap_normal
(
"
<
L
e
a
d
e
r
>
/
"
,
"
g
c
c
<
c
r
>
"
)
remap_visual
(
"
<
L
e
a
d
e
r
>
/
"
,
"
g
c
"
)
Migrate completely to Nix configs.
2024-04-06 03:03:58 +03:00
''
;
}
Reference in a new issue
Copy permalink