diff options
| author | kj_sh604 | 2026-06-06 21:06:23 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-06 21:06:23 -0400 |
| commit | 934d29763ac3ff627f094723b85ecd6e269d296d (patch) | |
| tree | 388f591fb69830a4bd149abe088fc33f47c7f51c /.config | |
| parent | 6521edb4ee383e11e8cd410568b0dedde6b884de (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | .config/nvim/init.lua | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index fccb903..e554bf7 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -1,25 +1,25 @@ -- plugins vim.cmd [[ call plug#begin() - Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } - Plug 'tmsvg/pear-tree' + Plug 'github/copilot.vim' + Plug 'hrsh7th/cmp-buffer' + Plug 'hrsh7th/cmp-nvim-lsp' + Plug 'hrsh7th/cmp-path' + Plug 'hrsh7th/nvim-cmp' Plug 'https://github.com/adelarsq/vim-matchit' - Plug 'tpope/vim-surround' - Plug 'sbdchd/neoformat' - Plug 'ThePrimeagen/vim-be-good' + Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } + Plug 'j-hui/fidget.nvim' Plug 'junegunn/fzf' + Plug 'neovim/nvim-lspconfig' Plug 'nvim-lua/plenary.nvim' Plug 'nvim-telescope/telescope.nvim', { 'branch': '0.1.x' } - Plug 'neovim/nvim-lspconfig' - Plug 'williamboman/mason.nvim' + Plug 'sbdchd/neoformat' + Plug 'tmsvg/pear-tree' + Plug 'tpope/vim-surround' Plug 'williamboman/mason-lspconfig.nvim' + Plug 'williamboman/mason.nvim' + Plug 'ThePrimeagen/vim-be-good' Plug 'WhoIsSethDaniel/mason-tool-installer.nvim' - Plug 'j-hui/fidget.nvim' - Plug 'hrsh7th/nvim-cmp' - Plug 'hrsh7th/cmp-nvim-lsp' - Plug 'hrsh7th/cmp-buffer' - Plug 'hrsh7th/cmp-path' - Plug 'github/copilot.vim' call plug#end() ]] |
