Update typoscript syntax plugin for Neovim

This commit is contained in:
Daniel Siepmann 2022-03-23 17:41:47 +01:00
parent 126b0fa422
commit f0323720e7
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 4 additions and 7 deletions

View file

@ -28,14 +28,12 @@ let
};
};
# TODO: Update, compare with other forks, move to Gitea
syntax-typoscript = pkgs.vimUtils.buildVimPluginFrom2Nix {
name = "syntax-typoscript";
src = pkgs.fetchFromGitHub {
owner = "DanielSiepmann";
repo = "vim.typoscript";
rev = "286bc376b55b0d0d0adc6e7ccfa6a75719437120";
sha256 = "BPvKwcTo/OL9VkNJ9dv8hs4nlVkxMI6pdkZXXAKBMWs=";
src = pkgs.fetchgit {
url = "https://gitea.daniel-siepmann.de/danielsiepmann/vim-syntax-typoscript.git";
rev = "v1.1.0";
sha256 = "ifdebcxzIskrs4FtIOtNc/L9lBS8oGeThJR+vccfVyc=";
};
};

View file

@ -1,3 +1,2 @@
setlocal commentstring=//\ %s
setlocal nospell
setlocal textwidth=0