Switched to lazy vim as packer stopped working.

Will need to clear the .local/shared/nvim/site directory to stop using
the packer packages.
I guess I made a build and run? that's neat.
This commit is contained in:
2024-01-29 16:53:18 +08:00
parent 4a09b836c1
commit 48eb0d8d60
5 changed files with 90 additions and 23 deletions
+21 -21
View File
@@ -1,21 +1,21 @@
vim.cmd [[packadd packer.nvim]]
return require('packer').startup(function(use)
-- Packer can manage itself
use 'wbthomason/packer.nvim'
-- themes
--use 'sainnhe/everforest'
--use 'sainnhe/sonokai'
--use { 'tomasr/molokai' }
use 'morhetz/gruvbox'
-- Treesitter
--use { 'nvim-treesitter/nvim-treesitter' }
--use 'nvim-treesitter/nvim-treesitter-context'
--use { 'nvim-treesitter/playground', requires = {{'nvim-treesitter/nvim-treesitter'}} }
-- Utils
use 'neovim/nvim-lspconfig'
use { 'nvim-telescope/telescope.nvim', tag = '0.1.0', requires = {{'nvim-lua/plenary.nvim'}} }
use { 'windwp/nvim-autopairs' }
use 'sheerun/vim-polyglot'
use 'habamax/vim-godot'
end)
--vim.cmd [[packadd packer.nvim]]
--
--return require('packer').startup(function(use)
-- -- Packer can manage itself
-- use 'wbthomason/packer.nvim'
-- -- themes
-- --use 'sainnhe/everforest'
-- --use 'sainnhe/sonokai'
-- --use { 'tomasr/molokai' }
-- use 'morhetz/gruvbox'
-- -- Treesitter
-- --use { 'nvim-treesitter/nvim-treesitter' }
-- --use 'nvim-treesitter/nvim-treesitter-context'
-- --use { 'nvim-treesitter/playground', requires = {{'nvim-treesitter/nvim-treesitter'}} }
-- -- Utils
-- use 'neovim/nvim-lspconfig'
-- use { 'nvim-telescope/telescope.nvim', tag = '0.1.0', requires = {{'nvim-lua/plenary.nvim'}} }
-- use { 'windwp/nvim-autopairs' }
-- use 'sheerun/vim-polyglot'
-- use 'habamax/vim-godot'
--end)