Mercurial > dotfiles
comparison dot_config/nvim/config.lua @ 401:7948403a514c
Add plenary for local config scripts
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 16 Jul 2021 08:52:18 +0200 |
parents | e147fa291eb4 |
children | 13fc3aebcf46 |
comparison
equal
deleted
inserted
replaced
400:e147fa291eb4 | 401:7948403a514c |
---|---|
45 'Wall', | 45 'Wall', |
46 }, | 46 }, |
47 } | 47 } |
48 | 48 |
49 use { 'psliwka/vim-smoothie' } | 49 use { 'psliwka/vim-smoothie' } |
50 | |
51 use { 'nvim-lua/plenary.nvim' } | |
50 | 52 |
51 -- Spelling/autocorrection | 53 -- Spelling/autocorrection |
52 use { 'tpope/vim-abolish' } | 54 use { 'tpope/vim-abolish' } |
53 | 55 |
54 -- Git/VCS | 56 -- Git/VCS |