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": {
"locked": {
"lastModified": 1679944521,
"narHash": "sha256-SipdMlnCv/pDvo/j7ctEGqKvQSmn2gcoHSJgIVysXbk=",
"lastModified": 1680070330,
"narHash": "sha256-aoT2YZCd9LEtiEULFLIF0ykKydgE72X8gw/k9/pRS5I=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "82ecc5b88ffed8c0317c064dfd8f82f4b9882100",
"rev": "a6aa8174fa61e55bd7e62d35464d3092aefe0421",
"type": "github"
},
"original": {

View File

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

View File

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