Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 488:8edc5f86e9c3
Remove unused icon plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 13 Nov 2021 15:22:08 +0100 |
parents | 0252f9494d64 |
children | 1635e29e0ed4 |
comparison
equal
deleted
inserted
replaced
487:0252f9494d64 | 488:8edc5f86e9c3 |
---|---|
43 'SudoWrite', | 43 'SudoWrite', |
44 'Wall', | 44 'Wall', |
45 }, | 45 }, |
46 } | 46 } |
47 | 47 |
48 -- Smooth scrolling | |
48 use { 'psliwka/vim-smoothie' } | 49 use { 'psliwka/vim-smoothie' } |
49 | 50 |
51 -- Faster lua package loading (until 15436 is merged) | |
50 use { 'lewis6991/impatient.nvim' } | 52 use { 'lewis6991/impatient.nvim' } |
51 | 53 |
54 -- Library with lua functions | |
52 use { 'nvim-lua/plenary.nvim' } | 55 use { 'nvim-lua/plenary.nvim' } |
53 | 56 |
54 -- Spelling/autocorrection | 57 -- Spelling/autocorrection |
55 use { 'tpope/vim-abolish' } | 58 use { 'tpope/vim-abolish' } |
56 | 59 |
339 } | 342 } |
340 use { 'folke/lua-dev.nvim' } | 343 use { 'folke/lua-dev.nvim' } |
341 | 344 |
342 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } | 345 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } |
343 | 346 |
344 -- Vanity | |
345 use { | |
346 'yamatsum/nvim-web-nonicons', | |
347 requires = 'kyazdani42/nvim-web-devicons', | |
348 config = function() | |
349 require 'nvim-nonicons' | |
350 end, | |
351 } | |
352 | |
353 use { | 347 use { |
354 'NTBBloodbath/galaxyline.nvim', | 348 'NTBBloodbath/galaxyline.nvim', |
355 branch = 'main', | 349 branch = 'main', |
356 -- your statusline | 350 -- your statusline |
357 config = function() | 351 config = function() |