adding in plenary with null ls for formatting and linting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user