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:
+21
-21
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user