From d90ae27edfe513f523bdf4e1a9b2b21fa1e00097 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 12 Apr 2024 00:31:50 +0100 Subject: [PATCH] Add todo's for two LSP plugins of interest --- lua/plugins/completions.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index cce9d30..636fa47 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -13,6 +13,9 @@ return { 'kbenzie/cmp-git', -- Source for Git/GitHub/GitLab 'hrsh7th/nvim-cmp', -- Completion engine combines and use the above + -- TODO: https://github.com/b0o/SchemaStore.nvim + -- TODO: https://github.com/jmbuhr/otter.nvim + -- LSP UI plugins 'aznhe21/actions-preview.nvim', 'j-hui/fidget.nvim',