Skip to content

Commit

Permalink
plugins/obsidian: disable nvim-cmp for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Dec 16, 2024
1 parent 993eaf2 commit 64e1904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/plugins/obsidian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ return {
},
dependencies = {
"nvim-lua/plenary.nvim",
"hrsh7th/nvim-cmp",
-- "hrsh7th/nvim-cmp",
"nvim-telescope/telescope.nvim",
},
opts = {
dir = "~/Nextcloud/obsidian/",
new_notes_location = "current_dir",
completion = {
nvim_cmp = true,
nvim_cmp = false,
min_chars = 2,
},
daily_notes = {
Expand Down

0 comments on commit 64e1904

Please sign in to comment.