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',