diff --git a/UltiSnips/ada.snippets b/UltiSnips/ada.snippets index 6168afc..3ac2646 100644 --- a/UltiSnips/ada.snippets +++ b/UltiSnips/ada.snippets @@ -38,7 +38,7 @@ endglobal snippet helloworld "Hello world example to test features" b -- `!p snip.rv = fn` -- Created on: `date` --- Author(s): Nina Chloé Kassandra Reiß +-- Author(s): Nina Chloe Kassandra Reiß -- Content: Hello world example with Ada.Text_IO; use Ada.Text_IO; diff --git a/UltiSnips/all.snippets b/UltiSnips/all.snippets index a44f9ed..7e13406 100644 --- a/UltiSnips/all.snippets +++ b/UltiSnips/all.snippets @@ -3,7 +3,7 @@ snippet dd "Date and Time" i endsnippet snippet crednick "My private Credentials" -Nina Chloé Kassandra Reiß +Nina Chloe Kassandra Reiß endsnippet snippet credhsrm "Credentials HSRM" @@ -47,7 +47,7 @@ ${10:`cat ~/.signature.txt`} endsnippet snippet crednina "My true credentials" -Nina Chloé Kassandra Reiß +Nina Chloe Kassandra Reiß endsnippet snippet pwd "Print the current working directory" diff --git a/UltiSnips/asm.snippets b/UltiSnips/asm.snippets index 9373940..9d7a6d4 100644 --- a/UltiSnips/asm.snippets +++ b/UltiSnips/asm.snippets @@ -21,7 +21,7 @@ endsnippet snippet template "Template for assembly program" global ${1:_start} ; linker entry point -; Author: ${2:Nina Chloé Kassandra Reiß } +; Author: ${2:Nina Chloe Kassandra Reiß } ; Date: `date` ; Description: ${3:Desciption} diff --git a/UltiSnips/c.snippets b/UltiSnips/c.snippets index 11ec10c..622b6f7 100644 --- a/UltiSnips/c.snippets +++ b/UltiSnips/c.snippets @@ -124,7 +124,7 @@ endsnippet snippet docstring "Meta Comment for Documenation" A /* * Filename: `!p snip.rv = fn` - * Author: ${1:Nina Chloé Kassandra Reiß } + * Author: ${1:Nina Chloe Kassandra Reiß } * Date: `date` * Project: ${2:Project Name} * Copyright: ${3:None} diff --git a/UltiSnips/cobol.snippets b/UltiSnips/cobol.snippets index 348b177..4fe96e6 100644 --- a/UltiSnips/cobol.snippets +++ b/UltiSnips/cobol.snippets @@ -11,7 +11,7 @@ snippet template "template for new program" A *----------------------------------------------------------------- IDENTIFICATION DIVISION. PROGRAM-ID. ${1:Title}. - *AUTHOR. ${2:Nina Chloé Kassandra Reiß }. + *AUTHOR. ${2:Nina Chloe Kassandra Reiß }. *CONTENT. ${3:Beschreibung}. *----------------------------------------------------------------- diff --git a/UltiSnips/lua.snippets b/UltiSnips/lua.snippets index 36c752b..14f2070 100644 --- a/UltiSnips/lua.snippets +++ b/UltiSnips/lua.snippets @@ -1,6 +1,6 @@ snippet docstring "Document string" b -- Filename: `!p snip.rv = fn` --- Author: ${1:Nina Chloé Kassandra Reiß } +-- Author: ${1:Nina Chloe Kassandra Reiß } -- Copyright: ${2:MIT-License} -- Description: ${3:Funny lua script} $0 diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets index e510363..47e5dd9 100644 --- a/UltiSnips/python.snippets +++ b/UltiSnips/python.snippets @@ -1,7 +1,7 @@ snippet helloworld "Hello world example" b """ File: `!p snip.rv = fn` -Author: Nina Chloé Kassandra Reiß +Author: Nina Chloe Kassandra Reiß Created on: `date` Description: Hello world python example """ @@ -14,7 +14,7 @@ endsnippet snippet docmodule "Documentation for modules" """ File: `!p snip.rv = fn` -Author: ${1:Nina Chloé Kassandra Reiß } +Author: ${1:Nina Chloe Kassandra Reiß } Created on: `date` Description: ${2:No further description} """ diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets index 304be60..a8b94fc 100644 --- a/UltiSnips/tex.snippets +++ b/UltiSnips/tex.snippets @@ -93,7 +93,7 @@ endsnippet snippet textemplate "include header" A \\input{~/latex/header.tex} -\\header{${1:report/article}}{${2:Nina Chloé Kassandra Reiß }}{${3:Titel}} +\\header{${1:report/article}}{${2:Nina Chloe Kassandra Reiß }}{${3:Titel}} \\begin{document} \\input{~/latex/init.tex} diff --git a/UltiSnips/vhdl.snippets b/UltiSnips/vhdl.snippets index f51feb3..c18a34b 100644 --- a/UltiSnips/vhdl.snippets +++ b/UltiSnips/vhdl.snippets @@ -49,7 +49,7 @@ endsnippet snippet docstring "Header Comment" A -- `!p snip.rv = fn` -- Created on: `date` --- Author(s): ${1:Nina Chloé Reiß} +-- Author(s): ${1:Nina Chloe Reiß} -- Content: ${2: Entity `!p snip.rv = fn.split('.')[0]`} $0 endsnippet diff --git a/lua/formatterconfiguration.lua b/lua/formatterconfiguration.lua index ce9fbbb..3d4e60c 100644 --- a/lua/formatterconfiguration.lua +++ b/lua/formatterconfiguration.lua @@ -62,7 +62,7 @@ require("formatter").setup({ -- Full specification of configurations is down below and in Vim help -- files return { - exe = "vhdlfmt", + exe = "vsg", args = { util.escape_path(util.get_current_buffer_file_path()), },