diff options
author | A Farzat <a@farzat.xyz> | 2024-10-17 02:05:23 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-17 02:05:23 +0900 |
commit | d986adcda6dd54df499f5947a2ac296ba0543a35 (patch) | |
tree | 10cef111b1cdcb9b852392bcda25dc577f22b61f /plugins.vim | |
parent | abe2d72d03a9da751be3074109c76b5012787613 (diff) | |
download | nvim-d986adcda6dd54df499f5947a2ac296ba0543a35.tar.gz nvim-d986adcda6dd54df499f5947a2ac296ba0543a35.zip |
Add plugins for netrw as well
Diffstat (limited to 'plugins.vim')
-rw-r--r-- | plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index fdb74f0..4b99e93 100644 --- a/plugins.vim +++ b/plugins.vim @@ -59,6 +59,8 @@ Plug 'https://github.com/rafamadriz/friendly-snippets' " Set of preconfigured sn " Plugins not for vscode. if !exists('g:vscode') Plug 'https://github.com/nvim-tree/nvim-tree.lua' " A file explorer tree for neovim written in lua + Plug 'https://github.com/nvim-tree/nvim-web-devicons' " Adds file type icons to Vim plugins + Plug 'https://github.com/prichrd/netrw.nvim' " It's not because we use netrw that we cannot have nice things! endif " Only if started by a browser. |