nvim-config/lua/plugins.lua

26 lines
517 B
Lua
Raw Normal View History

2021-04-04 23:18:26 +07:00
local packer = require('packer')
packer.startup(function(use)
use 'wbthomason/packer.nvim'
use 'Olical/aniseed'
use 'Yggdroot/indentLine'
use 'ntpeters/vim-better-whitespace'
use 'valloric/matchtagalways'
use 'cocopon/vaffle.vim'
use 'jeetsukumaran/vim-buffergator'
use 'tpope/vim-fugitive'
use 'kana/vim-operator-user'
use 'rhysd/vim-operator-surround'
use 'chaoren/vim-wordmotion'
use 'nelstrom/vim-visual-star-search'
use 'wakatime/vim-wakatime'
use 'sheerun/vim-polyglot'
end)