aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-04-07 10:43:13 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-04-07 10:43:13 +0000
commit4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57 (patch)
tree9a98aee8345128dadb3950f109392cb44ba0d2c2 /.config/nvim/lua/plugins.lua
parentd40df46b6c003ff2d574d5efc36cecebafe39f6e (diff)
downloaddotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.gz
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.bz2
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.lz
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.xz
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.zst
dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.zip
Neovim improvements
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r--.config/nvim/lua/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 157b926..b7e5071 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -47,7 +47,6 @@ local PKGS = {
{ url = "https://github.com/editorconfig/editorconfig-vim.git" };
{ url = "https://github.com/nathom/filetype.nvim.git" };
{ url = "https://github.com/wfxr/minimap.vim.git" };
- { url = "https://github.com/preservim/nerdcommenter.git" };
-- LSP
{ url = "https://github.com/neovim/nvim-lspconfig.git" };