DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nvim-flake
summary
tree
log
refs
ref:
5fe999eeabe34a1df6a0a13068074d675ac0ae6a
nvim-flake
/
config
/
ftplugin
/go.nix
-rw-r--r--
101 bytes
View
Log
Blame
View raw
Permalink
5fe999ee
—
Jonni Liljamo
feat(tiny-code-action): disable for now, build fails
4 days ago
1
2
3
4
5
6
7
8
{
opts
=
{
tabstop
=
2
;
softtabstop
=
2
;
shiftwidth
=
2
;
expandtab
=
false
;
};
}