feature/fish_aliases #24

Closed
shaun wants to merge 6 commits from feature/fish_aliases into master
Showing only changes of commit 68570b9baf - Show all commits

View File

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