Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 519:d919c1590230
Move dirvish loading to init.lua
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 09 Jan 2022 14:26:16 +0100 |
parents | 784b931c51b7 |
children | f845e2eba7e3 |
comparison
equal
deleted
inserted
replaced
518:784b931c51b7 | 519:d919c1590230 |
---|---|
564 | 564 |
565 -- Filetypes | 565 -- Filetypes |
566 use { 'lepture/vim-jinja' } | 566 use { 'lepture/vim-jinja' } |
567 end) | 567 end) |
568 | 568 |
569 vim.cmd [[ packadd vim-dirvish ]] | |
570 | |
569 -- Configuration | 571 -- Configuration |
570 local opt = vim.opt | 572 local opt = vim.opt |
571 | 573 |
572 opt.backspace = { 'indent', 'eol', 'start' } -- Backspace everything | 574 opt.backspace = { 'indent', 'eol', 'start' } -- Backspace everything |
573 | 575 |