This website requires JavaScript.
Explore
Help
Sign In
max
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d254ac027e
.dotfiles
/
configs
/
nvim
/
lua
/
formatter-conf.lua
9 lines
114 B
Lua
Raw
Normal View
History
Unescape
Escape
feat: some stuff
2021-12-18 14:41:37 +01:00
local
cmd
=
vim.cmd
stuph
2021-11-22 18:45:07 +01:00
cmd
[
[
augroup
auto_format
au
!
feat: some stuff
2021-12-18 14:41:37 +01:00
au
BufWritePre
*
Neoformat
stuph
2021-11-22 18:45:07 +01:00
augroup
END
]
]
Reference in New Issue
Copy Permalink