Disable packer

This commit is contained in:
Dave Gallant
2023-03-29 07:48:16 -04:00
parent 6df0b25b9b
commit bc4f6eb5be
3 changed files with 7 additions and 8 deletions

6
flake.lock generated
View File

@@ -62,11 +62,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1679944521, "lastModified": 1680070330,
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=", "narHash": "sha256-aoT2YZCd9LEtiEULFLIF0ykKydgE72X8gw/k9/pRS5I=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100", "rev": "a6aa8174fa61e55bd7e62d35464d3092aefe0421",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -410,7 +410,6 @@ in {
nvim-treesitter.withAllGrammars nvim-treesitter.withAllGrammars
nvim-ts-rainbow nvim-ts-rainbow
nvim-web-devicons nvim-web-devicons
packer-nvim
plenary-nvim plenary-nvim
telescope-fzy-native-nvim telescope-fzy-native-nvim
vim-commentary vim-commentary

View File

@@ -112,10 +112,10 @@ vim.api.nvim_set_keymap("n", "<space>", "za", { silent = true, noremap = true })
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- packer {{{1 ------------------------------------------------------------------- -- packer {{{1 -------------------------------------------------------------------
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
require("packer").startup(function() -- require("packer").startup(function()
use({ "MunifTanjim/nui.nvim" }) -- use({ "MunifTanjim/nui.nvim" })
use({ "dpayne/CodeGPT.nvim" }) -- use({ "dpayne/CodeGPT.nvim" })
end) -- end)
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- completion {{{1 ------------------------------------------------------------------- -- completion {{{1 -------------------------------------------------------------------