Still something special
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 3m24s

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-03 18:11:34 +01:00
parent 92ef872202
commit 952b9518b1
10 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ endglobal
snippet helloworld "Hello world example to test features" b snippet helloworld "Hello world example to test features" b
-- `!p snip.rv = fn` -- `!p snip.rv = fn`
-- Created on: `date` -- Created on: `date`
-- Author(s): Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu> -- Author(s): Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>
-- Content: Hello world example -- Content: Hello world example
with Ada.Text_IO; use Ada.Text_IO; with Ada.Text_IO; use Ada.Text_IO;

View File

@@ -3,7 +3,7 @@ snippet dd "Date and Time" i
endsnippet endsnippet
snippet crednick "My private Credentials" snippet crednick "My private Credentials"
Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu> Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>
endsnippet endsnippet
snippet credhsrm "Credentials HSRM" snippet credhsrm "Credentials HSRM"
@@ -47,7 +47,7 @@ ${10:`cat ~/.signature.txt`}
endsnippet endsnippet
snippet crednina "My true credentials" snippet crednina "My true credentials"
Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu> Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>
endsnippet endsnippet
snippet pwd "Print the current working directory" snippet pwd "Print the current working directory"

View File

@@ -21,7 +21,7 @@ endsnippet
snippet template "Template for assembly program" snippet template "Template for assembly program"
global ${1:_start} ; linker entry point global ${1:_start} ; linker entry point
; Author: ${2:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>} ; Author: ${2:Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>}
; Date: `date` ; Date: `date`
; Description: ${3:Desciption} ; Description: ${3:Desciption}

View File

@@ -124,7 +124,7 @@ endsnippet
snippet docstring "Meta Comment for Documenation" A snippet docstring "Meta Comment for Documenation" A
/* /*
* Filename: `!p snip.rv = fn` * Filename: `!p snip.rv = fn`
* Author: ${1:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>} * Author: ${1:Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>}
* Date: `date` * Date: `date`
* Project: ${2:Project Name} * Project: ${2:Project Name}
* Copyright: ${3:None} * Copyright: ${3:None}

View File

@@ -11,7 +11,7 @@ snippet template "template for new program" A
*----------------------------------------------------------------- *-----------------------------------------------------------------
IDENTIFICATION DIVISION. IDENTIFICATION DIVISION.
PROGRAM-ID. ${1:Title}. PROGRAM-ID. ${1:Title}.
*AUTHOR. ${2:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}. *AUTHOR. ${2:Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>}.
*CONTENT. ${3:Beschreibung}. *CONTENT. ${3:Beschreibung}.
*----------------------------------------------------------------- *-----------------------------------------------------------------

View File

@@ -1,6 +1,6 @@
snippet docstring "Document string" b snippet docstring "Document string" b
-- Filename: `!p snip.rv = fn` -- Filename: `!p snip.rv = fn`
-- Author: ${1:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>} -- Author: ${1:Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>}
-- Copyright: ${2:MIT-License} -- Copyright: ${2:MIT-License}
-- Description: ${3:Funny lua script} -- Description: ${3:Funny lua script}
$0 $0

View File

@@ -1,7 +1,7 @@
snippet helloworld "Hello world example" b snippet helloworld "Hello world example" b
""" """
File: `!p snip.rv = fn` File: `!p snip.rv = fn`
Author: Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu> Author: Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>
Created on: `date` Created on: `date`
Description: Hello world python example Description: Hello world python example
""" """
@@ -14,7 +14,7 @@ endsnippet
snippet docmodule "Documentation for modules" snippet docmodule "Documentation for modules"
""" """
File: `!p snip.rv = fn` File: `!p snip.rv = fn`
Author: ${1:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>} Author: ${1:Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>}
Created on: `date` Created on: `date`
Description: ${2:No further description} Description: ${2:No further description}
""" """

View File

@@ -93,7 +93,7 @@ endsnippet
snippet textemplate "include header" A snippet textemplate "include header" A
\\input{~/latex/header.tex} \\input{~/latex/header.tex}
\\header{${1:report/article}}{${2:Nina Chloé Kassandra Reiß <nina.reiss@nickr.eu>}}{${3:Titel}} \\header{${1:report/article}}{${2:Nina Chloe Kassandra Reiß <nina.reiss@nickr.eu>}}{${3:Titel}}
\\begin{document} \\begin{document}
\\input{~/latex/init.tex} \\input{~/latex/init.tex}

View File

@@ -49,7 +49,7 @@ endsnippet
snippet docstring "Header Comment" A snippet docstring "Header Comment" A
-- `!p snip.rv = fn` -- `!p snip.rv = fn`
-- Created on: `date` -- Created on: `date`
-- Author(s): ${1:Nina Chloé Reiß} -- Author(s): ${1:Nina Chloe Reiß}
-- Content: ${2: Entity `!p snip.rv = fn.split('.')[0]`} -- Content: ${2: Entity `!p snip.rv = fn.split('.')[0]`}
$0 $0
endsnippet endsnippet

View File

@@ -62,7 +62,7 @@ require("formatter").setup({
-- Full specification of configurations is down below and in Vim help -- Full specification of configurations is down below and in Vim help
-- files -- files
return { return {
exe = "vhdlfmt", exe = "vsg",
args = { args = {
util.escape_path(util.get_current_buffer_file_path()), util.escape_path(util.get_current_buffer_file_path()),
}, },