mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update neovim
This commit is contained in:
@@ -40,13 +40,13 @@ packer.init({
|
||||
|
||||
-- Install your plugins here
|
||||
return packer.startup(function(use)
|
||||
-- My plugins here
|
||||
-- Plugins here
|
||||
|
||||
use("wbthomason/packer.nvim") -- Have packer manage itself
|
||||
use("nvim-lua/popup.nvim") -- Useful lua functions used by lots of plugins
|
||||
use("nvim-lua/plenary.nvim") -- Useful lua functions used by lots of plugins
|
||||
use("windwp/nvim-autopairs") -- Autopairs, integrates with both cmp and treesitte
|
||||
use("numToStr/Comment.nvim")
|
||||
use("terrortylor/nvim-comment")
|
||||
use("JoosepAlviste/nvim-ts-context-commentstring")
|
||||
use("kyazdani42/nvim-web-devicons")
|
||||
use("kyazdani42/nvim-tree.lua")
|
||||
@@ -63,6 +63,8 @@ return packer.startup(function(use)
|
||||
use("mattn/emmet-vim")
|
||||
use("saecki/crates.nvim")
|
||||
use("norcalli/nvim-colorizer.lua")
|
||||
use("alvan/vim-closetag")
|
||||
use("tpope/vim-surround")
|
||||
|
||||
-- Vimwiki
|
||||
use("vimwiki/vimwiki")
|
||||
|
||||
Reference in New Issue
Block a user