From: Armaan Bhojwani Date: Sun, 21 Nov 2021 23:42:30 +0000 (-0500) Subject: nvim: Better Whitespace plugin X-Git-Url: https://git.armaanb.net/?p=dotfiles.git;a=commitdiff_plain;h=97c743368cae9c2909de29989fbd434e9d38de22 nvim: Better Whitespace plugin --- 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