]> git.armaanb.net Git - dotfiles.git/commitdiff
nvim: Better Whitespace plugin
authorArmaan Bhojwani <me@armaanb.net>
Sun, 21 Nov 2021 23:42:30 +0000 (18:42 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 21 Nov 2021 23:42:30 +0000 (18:42 -0500)
.config/nvim/init.lua

index f06885157ea2cd9ba8aab487afffe96dfa379ac5..df15651585750d58c4c3eb20d98534ec7b2a4b23 100644 (file)
@@ -19,19 +19,20 @@ if vim.fn.empty(vim.fn.glob(install_path)) > 0 then
 end
 
 require('paq') {
 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
 }
 
 -- Colorscheme