X-Git-Url: https://git.armaanb.net/?p=dotfiles.git;a=blobdiff_plain;f=.config%2Fnvim%2Finit.lua;h=df15651585750d58c4c3eb20d98534ec7b2a4b23;hp=f06885157ea2cd9ba8aab487afffe96dfa379ac5;hb=97c743368cae9c2909de29989fbd434e9d38de22;hpb=6d48b225db49857e6b428703c05f4057d12b2a80 diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index f068851..df15651 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -19,19 +19,20 @@ if vim.fn.empty(vim.fn.glob(install_path)) > 0 then end require('paq') { - 'ap/vim-css-color'; -- Highlight css colors - 'ctrlpvim/ctrlp.vim'; -- Fuzzy file finding - 'editorconfig/editorconfig-vim'; -- Follow editorconfig - 'godlygeek/tabular'; -- Line things up - 'lifepillar/vim-mucomplete'; -- Simple autocompletion - 'meain/hima-vim'; -- Nice color scheme - 'neovim/nvim-lspconfig'; -- LSP configurations - 'sheerun/vim-polyglot'; -- Language pack - 'tpope/vim-commentary'; -- Easily comment - 'tpope/vim-rsi'; -- Readline bindings - 'tpope/vim-sensible'; -- Sensible defaults - 'tpope/vim-speeddating'; -- Modify dates with C-a, C-x - 'tpope/vim-surround'; -- Easily modify sorrounding characters + 'ap/vim-css-color'; -- Highlight css colors + 'ctrlpvim/ctrlp.vim'; -- Fuzzy file finding + 'editorconfig/editorconfig-vim'; -- Follow editorconfig + 'godlygeek/tabular'; -- Line things up + 'lifepillar/vim-mucomplete'; -- Simple autocompletion + 'meain/hima-vim'; -- Nice color scheme + 'neovim/nvim-lspconfig'; -- LSP configurations + 'ntpeters/vim-better-whitespace'; -- Highlight and strip whitespace + 'sheerun/vim-polyglot'; -- Language pack + 'tpope/vim-commentary'; -- Easily comment + 'tpope/vim-rsi'; -- Readline bindings + 'tpope/vim-sensible'; -- Sensible defaults + 'tpope/vim-speeddating'; -- Modify dates with C-a, C-x + 'tpope/vim-surround'; -- Easily modify surrounding chars } -- Colorscheme