From 77ee7657eb08b1502570055af4b9ea185ef46c1b Mon Sep 17 00:00:00 2001 From: Samuel K Date: Fri, 17 Dec 2021 09:58:38 +0100 Subject: [PATCH] fix(lspsaga): remove lspsaga.norg --- lspsaga.norg | 93 ---------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 lspsaga.norg diff --git a/lspsaga.norg b/lspsaga.norg deleted file mode 100644 index 77ff8bc..0000000 --- a/lspsaga.norg +++ /dev/null @@ -1,93 +0,0 @@ -@document.meta - title: todo - description: - author: axolotl - categories: - created: 2021-12-12 - version: 0.1 -@end - -This is just so that people can keep track of what still needs to get done, -nothing permanent. - -LspSagaBorderTitle -TargetWord -ReferencesCount -TargetFileName -LineDiagTuncateLine -LspLinesDiagBorder - -* code action - - [x] LspSagaCodeActionTitle - - [x] LspSagaCodeActionTruncateLine - - [x] LspSagaCodeActionContent - - [x] LspSagaCodeActionBorder - -* Diagnostics - - [x] DiagnosticError - - [x] DiagnosticWarning - - [x] DiagnosticInformation - - [x] DiagnosticHint - -* Definition - - [x] DefinitionIcon - - [x] DefinitionCount - - [x] DefintionPreviewTitle - -* diagnostic - - [x] LspSagaDiagnosticBorder - - [x] LspSagaDiagnosticHeader - - [x] LspSagaDiagnosticTruncateLine - -* The lightbulb that doesn't appear - - [ ] LspSagaLightBulb - - [ ] LspSagaLightBulbSign - -* float - - [x] LspFloatWinNormal - - [x] LspFloatWinBorder - - [x] LspSagaHoverBorder - -* finder - - [x] LspSagaFinderSelection - - [x] LspSagaLspFinderBorder - -* rename - - [x] LspSagaRenamePromptPrefix - - [x] LspSagaRenameBorder - -* others - - [x] LspSagaAutoPreview - - [x] LspSagaDefPreviewBorder - - [x] LspSagaDocTruncateLine - - [x] LspSagaHoverBorder - - [x] LspSagaShTruncateLine - - [x] LspSagaSignatureHelpBorder - - [x] SagaShadow - - [x] ReferencesIcon - - [ ] ProviderTruncateLine - - [ ] - - -@code lua --- LspSaga -DiagnosticWarning = { link = "DiagnosticWarn" }, -DiagnosticInformation = { link = "DiagnosticInfo" }, - -LspFloatWinNormal = { bg = c.bg_float }, -LspFloatWinBorder = { fg = c.border_highlight }, -LspSagaBorderTitle = { fg = c.cyan }, -LspSagaHoverBorder = { fg = c.blue }, -LspSagaRenameBorder = { fg = c.green }, -LspSagaDefPreviewBorder = { fg = c.green }, -LspSagaCodeActionBorder = { fg = c.blue }, -LspSagaFinderSelection = { fg = c.bg_visual }, -LspSagaCodeActionTitle = { fg = c.blue1 }, -LspSagaCodeActionContent = { fg = c.purple }, -LspSagaSignatureHelpBorder = { fg = c.red }, -ReferencesCount = { fg = c.purple }, -DefinitionCount = { fg = c.purple }, -DefinitionIcon = { fg = c.blue }, -ReferencesIcon = { fg = c.blue }, -TargetWord = { fg = c.cyan }, -@end