adding in plenary with null ls for formatting and linting

This commit is contained in:
Arjun Patel
2023-02-03 21:12:28 -06:00
parent 20b54437ff
commit 6ea419bf55
3 changed files with 57 additions and 47 deletions
+5 -5
View File
@@ -139,6 +139,11 @@ _G.packer_plugins = {
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/mason.nvim",
url = "https://github.com/williamboman/mason.nvim"
},
["null-ls.nvim"] = {
loaded = true,
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/null-ls.nvim",
url = "https://github.com/jose-elias-alvarez/null-ls.nvim"
},
["nvim-cmp"] = {
loaded = true,
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/nvim-cmp",
@@ -185,11 +190,6 @@ _G.packer_plugins = {
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/undotree",
url = "https://github.com/mbbill/undotree"
},
["vim-fugitive"] = {
loaded = true,
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/vim-fugitive",
url = "https://github.com/tpope/vim-fugitive"
},
["zen-mode.nvim"] = {
loaded = true,
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/zen-mode.nvim",