diff options
Diffstat (limited to 'lua/user/lazy.lua')
-rw-r--r-- | lua/user/lazy.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/user/lazy.lua b/lua/user/lazy.lua index 8c4fc3d..8671a69 100644 --- a/lua/user/lazy.lua +++ b/lua/user/lazy.lua @@ -52,9 +52,6 @@ require("lazy").setup({ -- integration with tmux keybinds "christoomey/vim-tmux-navigator", - -- nord color theme - "shaunsingh/nord.nvim", - -- auto close brackets "m4xshen/autoclose.nvim", |