From eddbdaf03e0e10340f70e38c3bed342d95dbdd31 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Wed, 3 May 2023 18:23:02 -0500 Subject: [PATCH] updates --- cspell.json | 2 +- plugins/codeium.lua | 5 +++++ plugins/null-ls.lua | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 plugins/codeium.lua diff --git a/cspell.json b/cspell.json index cc1cb84..2fc287a 100644 --- a/cspell.json +++ b/cspell.json @@ -1 +1 @@ -{"flagWords":[],"words":["nvim","builtins","stylua","rustfmt"],"version":"0.2","language":"en"} +{"flagWords":[],"words":["nvim","builtins","stylua","rustfmt","pendo","tanstack"],"version":"0.2","language":"en"} diff --git a/plugins/codeium.lua b/plugins/codeium.lua new file mode 100644 index 0000000..6b2f8ad --- /dev/null +++ b/plugins/codeium.lua @@ -0,0 +1,5 @@ +return { + -- "Exafunction/codeium.vim", + -- event = "User AstroFile", + -- cmd = "Codeim", +} diff --git a/plugins/null-ls.lua b/plugins/null-ls.lua index a8402bd..614ec48 100644 --- a/plugins/null-ls.lua +++ b/plugins/null-ls.lua @@ -29,7 +29,6 @@ return { null_ls.builtins.formatting.stylua, null_ls.builtins.formatting.prettier, null_ls.builtins.formatting.rustfmt, - null_ls.builtins.code_actions.gitsigns, -- null_ls.builtins.code_actions.proselint, -- TODO looks interesting null_ls.builtins.code_actions.cspell.with { config = {