Updated ftplugin for go

This commit is contained in:
Tim Schubert 2022-02-08 21:39:22 +01:00
parent d3642a6525
commit 18271fd6a0
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@ with lib;
{
filetype = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "dadadaVimFiletype";
version = "2010-11-06";
version = "0.2";
src = ./filetype;
};

View file

@ -0,0 +1,3 @@
set expandtab&
setlocal shiftwidth=4
setlocal softtabstop=4