diff --git a/UltiSnips/ada.snippets b/UltiSnips/ada.snippets index 3cc4655..48f0729 100644 --- a/UltiSnips/ada.snippets +++ b/UltiSnips/ada.snippets @@ -74,13 +74,13 @@ else: snip.rv = "end if;"`$0 endsnippet -snippet for "For loop" bA +snippet for "For loop" b for ${1:i} in ${2:1}..${3:10} loop $4 end loop;$0 endsnippet -snippet while "While loop" bA +snippet while "While loop" b while ${1:Condition} loop $2 end loop;$0 diff --git a/init.lua b/init.lua index 6503f20..868511f 100644 --- a/init.lua +++ b/init.lua @@ -160,6 +160,15 @@ require("mason-lspconfig").setup_handlers({ function(clangd) require("lspconfig")[clangd].setup({}) end, + ["als"] = function() + require("lspconfig").als.setup({ + settings = { + ada = { + projectFile = "default.gpr", + }, + }, + }) + end, }) require("code-completion") diff --git a/spell/de.utf-8.add b/spell/de.utf-8.add index 9e235f0..a29a437 100644 --- a/spell/de.utf-8.add +++ b/spell/de.utf-8.add @@ -291,3 +291,6 @@ trusted VE Waveform Synthesizerimplementierung +Kologromov +frame +Sampling diff --git a/spell/de.utf-8.add.spl b/spell/de.utf-8.add.spl index d6b2760..90fe562 100644 Binary files a/spell/de.utf-8.add.spl and b/spell/de.utf-8.add.spl differ