1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-18 15:21:15 +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 4f4c7ae401
commit c50988da68
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