feature/nvim_include_obsidian_plugin #23

Merged
shaun merged 4 commits from feature/nvim_include_obsidian_plugin into master 2025-07-01 21:46:28 -04:00
Showing only changes of commit 0c1288c286 - Show all commits

View File

@@ -13,7 +13,6 @@ return {
-- Required. -- Required.
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
-- Recommended. -- Recommended.
"hrsh7th/nvim-cmp",
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
}, },
@@ -29,7 +28,7 @@ return {
-- Optional, completion of wiki links, local markdown links, and tags using nvim-cmp. -- Optional, completion of wiki links, local markdown links, and tags using nvim-cmp.
completion = { completion = {
-- Set to false to disable completion. -- Set to false to disable completion.
nvim_cmp = true, nvim_cmp = false,
-- Trigger completion at 4 chars. -- Trigger completion at 4 chars.
min_chars = 4, min_chars = 4,
}, },