This website requires JavaScript.
Explore
Help
Sign In
prescientmoon
/
satellite
Watch
1
Fork
You've already forked satellite
0
Code
Activity
c610d1ce1a
satellite
/
dotfiles
/
neovim
/
ftplugin
/
hkf.lua
3 lines
79 B
Lua
Raw
Normal View
History
Unescape
Escape
A ton of changes
2022-07-27 10:00:25 +02:00
vim.cmd
(
"
syntax hkf
"
)
Removed the need for my own augroup helper
2022-08-24 13:54:19 +02:00
vim.api
.
nvim_buf_set_option
(
0
,
"
commentstring
"
,
"
-- %s
"
)
Copy permalink