LazyVim.LazyVim/lua/lazyvim
Sam Amis baa9614022
fix(autocmds): jump to last loc in buffer (#1061)
vim.api.nvim_win_set_cursor is expecting a window handle but was being
passed the current buffer's handle instead
2023-07-06 15:43:15 +02:00
..
config fix(autocmds): jump to last loc in buffer (#1061) 2023-07-06 15:43:15 +02:00
plugins feat(vscode): easier way to enable/disable plugins 2023-07-06 15:36:03 +02:00
util fix(util): use spec to check if a plugin is enabled 2023-07-06 15:35:34 +02:00
health.lua fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00