mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add packer-nvim with ms-jpq/coc_nvim
This commit is contained in:
@@ -107,6 +107,14 @@ require'lspconfig'.terraformls.setup{}
|
||||
require'lspconfig'.tflint.setup{}
|
||||
require'lspconfig'.yamlls.setup{}
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- packer {{{1 -------------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------
|
||||
require('packer').startup(function()
|
||||
use { 'ms-jpq/coq_nvim', branch = 'coq'} -- main one
|
||||
use { 'ms-jpq/coq.artifacts', branch= 'artifacts'} -- 9000+ Snippets
|
||||
end)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
-- Plugins {{{1 ---------------------------------------------------------------
|
||||
-------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user