diff options
| author | kj_sh604 | 2026-06-02 07:52:44 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-02 07:52:44 -0400 |
| commit | e777ea62f96b43e63f6ed5d6fedb4177497c3734 (patch) | |
| tree | d8e26220bf22cc0ff6778d86cdf736b6f5f03eed /.config/nvim/lua/plug.lua | |
| parent | 2d89de28fb8d785dbadb4b5e1d3c3a7156172b46 (diff) | |
refactor: put nvim config into one file
Diffstat (limited to '')
| -rw-r--r-- | .config/nvim/lua/plug.lua | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/nvim/lua/plug.lua b/.config/nvim/lua/plug.lua deleted file mode 100644 index a77459a..0000000 --- a/.config/nvim/lua/plug.lua +++ /dev/null @@ -1,20 +0,0 @@ --- legacy plugin manager config (vim-plug) -vim.cmd [[ - call plug#begin() - Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } - Plug 'tmsvg/pear-tree' - Plug 'https://github.com/adelarsq/vim-matchit' - Plug 'neoclide/coc.nvim', {'branch': 'release'} - Plug 'tpope/vim-surround' - Plug 'sbdchd/neoformat' - Plug 'ThePrimeagen/vim-be-good' - Plug 'junegunn/fzf' - Plug 'nvim-lua/plenary.nvim' - Plug 'nvim-telescope/telescope.nvim', { 'branch': '0.1.x' } - Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} - Plug 'Pocco81/true-zen.nvim' - - " Plug 'LunarWatcher/auto-pairs' - call plug#end() -]] - |
