mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add packer-nvim with ms-jpq/coc_nvim
This commit is contained in:
@@ -309,6 +309,7 @@ in
|
||||
nvim-treesitter
|
||||
nvim-ts-rainbow
|
||||
nvim-web-devicons
|
||||
packer-nvim
|
||||
plenary-nvim
|
||||
rust-vim
|
||||
supertab
|
||||
|
@@ -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