Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
fix(completion): snippet mapping that actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
samrath2007 committed Sep 3, 2021
1 parent b5f7370 commit 8c2d2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lua/globals/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ g.lsp_config = {
},
}

g.coq_settings = { auto_start = true }
g.coq_settings = { auto_start = true, keymap = {
jump_to_mark = "<c-q>",
} }

-- uncomment this out if you are experiencing issues with nvim-tree.lua
-- g.nvim_tree_git_hl = 0
Expand Down
1 change: 0 additions & 1 deletion lua/pluginList.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local vim = vim

require("packer").startup(function(use)
use("wbthomason/packer.nvim")
use({ "kyazdani42/nvim-tree.lua", opt = true, cmd = { "NvimTreeToggle" } })
Expand Down

0 comments on commit 8c2d2c2

Please sign in to comment.