From ca11f7914dd81708b3706631f6c5c0a417e32061 Mon Sep 17 00:00:00 2001 From: TarunDaCoder Date: Wed, 24 Jul 2024 11:05:26 +0000 Subject: [PATCH] chore: update to care.nvim --- index.norg | 2 +- rocks.toml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.norg b/index.norg index 42b2de4..079fb33 100644 --- a/index.norg +++ b/index.norg @@ -16,7 +16,7 @@ version: 1.1.1 -- (x) image.nvim --- Note: only works on kitty -- (x) Tree-sitter error with html files --- (-) Neocomplete luasnip integration + -- (-) `care.nvim` luasnip integration - (x) Features -- (x) add gradient bg diff --git a/rocks.toml b/rocks.toml index 4eb2a90..ff639a9 100644 --- a/rocks.toml +++ b/rocks.toml @@ -40,7 +40,6 @@ friendly-snippets= "scm" neorg-interim-ls = "1.2.0" nvim-spectre = "scm" nvim-notify = "3.13.5" -"actions-preview.nvim" = "scm" "sus.nvim" = "1.0.0" rustaceanvim = "4.26.1" "todo-comments.nvim" = "1.3.0" @@ -117,13 +116,13 @@ rev = "cde4fb2968704aae5c18b7f8a9bc2508767bb78d" git = "OXY2DEV/markview.nvim" rev = "316cafc79490f8b79c288bbe6638838d6d68e227" -[plugins."neocomplete.nvim"] -git = "max397574/neocomplete.nvim" +[plugins."care.nvim"] +git = "max397574/care.nvim" rev = "main" # opt = true -[plugins.neocomplete-lsp] -git = "max397574/neocomplete-lsp" +[plugins.care-lsp] +git = "max397574/care-lsp" rev = "main" # opt = true @@ -131,6 +130,10 @@ rev = "main" git = "Isrothy/neominimap.nvim" rev = "v2.0.2" +[plugins."selabel.nvim"] +git = "Axlefublr/selabel.nvim" +rev = "main" + # Neovim options [config.options] relativenumber = true