Not gook big commit...
This commit is contained in:
parent
f1b7a59595
commit
6829f75639
10 changed files with 162 additions and 61 deletions
|
@ -1,28 +1,27 @@
|
|||
--Plugins
|
||||
local paq = require("paq")
|
||||
paq {
|
||||
-- Plugins
|
||||
require "paq" {
|
||||
"savq/paq-nvim";
|
||||
-- vim airline and vim airline theme
|
||||
'vim-airline/vim-airline';
|
||||
-- vim airline and vim airline theme
|
||||
'vim-airline/vim-airline-themes';
|
||||
'w0rp/ale';
|
||||
|
||||
-- status bar
|
||||
'nvim-lualine/lualine.nvim';
|
||||
|
||||
-- Base16 theme
|
||||
'chriskempson/base16-vim';
|
||||
'RRethy/nvim-base16';
|
||||
|
||||
-- NERDTree file manager
|
||||
'scrooloose/nerdtree';
|
||||
'lewis6991/gitsigns.nvim';
|
||||
|
||||
-- Vim fugitive
|
||||
'tpope/vim-fugitive';
|
||||
'tpope/vim-surround';
|
||||
'sheerun/vim-polyglot';
|
||||
{'Shougo/deoplete.nvim', run = vim.fn['remote#host#UpdateRemotePlugins']};
|
||||
'zchee/deoplete-jedi';
|
||||
-- Grammalecte
|
||||
'dpelle/vim-Grammalecte';
|
||||
|
||||
-- need to install g++ package on Debian
|
||||
-- for tree sitter plugins
|
||||
'nvim-treesitter/nvim-treesitter'
|
||||
'nvim-treesitter/nvim-treesitter';
|
||||
|
||||
-- LSP installer
|
||||
'neovim/nvim-lspconfig';
|
||||
'williamboman/nvim-lsp-installer';
|
||||
|
||||
-- autocompletion plugin
|
||||
'hrsh7th/nvim-cmp';
|
||||
'hrsh7th/cmp-nvim-lsp'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue