Browse Source

Add some stuff for using coq, basically untested

master
Adam Pippin 2 years ago
parent
commit
e24d9cd3d0
  1. 6
      lua/config/plugins/development.lua
  2. 8
      lua/plugin/ms-jpq/coq_nvim.lua

6
lua/config/plugins/development.lua

@ -47,12 +47,6 @@ return {
--------------------------------------------------------------------------------
-- Things that provide code insights and completion.
----------------------------------------------------------------------------
-- Code completion provider
--
-- Provides completions for a bunch of stuff, integrated with the LSP.
--
----------------------------------------------------------------------------
-- Code completion provider
--

8
lua/plugin/ms-jpq/coq_nvim.lua

@ -0,0 +1,8 @@
local M = require('module'):new()
function M:boot()
vim.g.coq_settings = self.config
end
return M
Loading…
Cancel
Save