dotfiles/config/nvim/lua/user
Fernando Schauenburg e81b46d625 vim: better partial() function in Lua
partial() now works with any number of arguments. As a bonus, it is
implemented in terms of the new extend() function, which is also useful
on its own.
2023-07-16 18:56:34 +02:00
..
plugins vim/nvim-cmp: clean up config 2023-07-16 18:13:51 +02:00
autocmds.lua vim/telescope: show line numbers in file preview 2023-07-15 23:31:16 +02:00
disable_builtin.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
filetypes.lua nvim: recognize git & ssh configs within the dotfiles tree 2023-02-28 22:43:50 +01:00
globals.lua vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
init.lua vim: migrate plugin configuration to lazy.nvim 2023-07-08 21:55:52 +02:00
keymaps.lua vim: add mapping to move to beginning of line in command mode 2023-07-13 20:58:47 +02:00
options.lua vim: don't show listchars on open 2023-07-16 14:51:07 +02:00
util.lua vim: better partial() function in Lua 2023-07-16 18:56:34 +02:00