index
:
dotfiles
master
My dotfiles, because I ran ‘rm -rf ~/.config’ one time
Thomas Voss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
nvim
/
after
/
ftplugin
/
html.lua
blob: 19240560c1c5aee675607affc91f7bb36a47d5ad (
plain
) (
blame
)
1
2
3
4
local
lib
=
require
(
'mango.lib'
)
vim
.
cmd
(
'EmmetInstall'
)
lib
.
set_tab_width
(
2
,
true
)