Commit graph

6 commits

Author SHA1 Message Date
cc343b91c4 vim: disable unused builtin plugins 2021-11-11 10:05:29 +01:00
aaf0527c4d vim: quick and dirty move keymaps to lua (with vim.cmd) 2021-11-11 10:02:59 +01:00
d9ae564153 vim: port autocmd to lua using wrapper function
Wrapper is needed until this PR is merged into neovim:

    https://github.com/neovim/neovim/pull/14661
2021-11-11 09:43:17 +01:00
e3c0dac924 vim: move vim-plug invocation to a lua file 2021-11-11 09:20:27 +01:00
6946addc61 vim: port options to lua 2021-11-11 09:18:19 +01:00
4aaf6ebb36 vim: init.vim -> init.lua
For sanity, let's start small. Just keep the old one around for now and
source it from init.lua.
2021-11-11 08:36:34 +01:00