summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/lua/plugins.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 2259b05..16b8fae 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -43,14 +43,6 @@ return require('packer').startup(function(use)
end,
}
- -- use {
- -- "akinsho/bufferline.nvim",
- -- after = "nvim-web-devicons",
- -- config = function()
- -- require "setup.bufferline"
- -- end,
- -- },
-
use {
"kyazdani42/nvim-tree.lua",
cmd = { "NvimTreeToggle", "NvimTreeFindFile" },
@@ -85,8 +77,6 @@ return require('packer').startup(function(use)
end,
}
- -- lsp stuff
-
use {
"neovim/nvim-lspconfig",
event = { "BufRead", "BufNewFile" },
@@ -108,8 +98,6 @@ return require('packer').startup(function(use)
end
}
- -- load luasnips + cmp related when lsp attaches
-
use {
"L3MON4D3/LuaSnip",
wants = "friendly-snippets",