Skip to content

Commit

Permalink
chore: update to care.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunDaCoder committed Jul 24, 2024
1 parent b0d4199 commit ca11f79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.norg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 8 additions & 5 deletions rocks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -117,20 +116,24 @@ 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

[plugins."neominimap.nvim"]
git = "Isrothy/neominimap.nvim"
rev = "v2.0.2"

[plugins."selabel.nvim"]
git = "Axlefublr/selabel.nvim"
rev = "main"

# Neovim options
[config.options]
relativenumber = true
Expand Down

0 comments on commit ca11f79

Please # to comment.