1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 11:31:16 +02:00

nvim: ide-features added

- linting for shell and markdown
- rename function mapped to F5
- minor GTK changes
This commit is contained in:
TiynGER
2020-10-30 12:33:49 +01:00
parent 94205932a8
commit f103bb4789
4 changed files with 79 additions and 14 deletions

View File

@@ -133,3 +133,7 @@ endsnippet
snippet ,ttt "Typewriter" A
\texttt{$1} $2
endsnippet
snippet $ "Mathmode" A
$$1$ $2
endsnippet