]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/core.lua
ranger: open gmeet and slack huddles in new windows
[dotfiles.git] / nvim / lua / plugins / core.lua
1 ---@type LazyPluginSpec
2 return {
3 {
4 "LazyVim/LazyVim",
5 opts = {
6 defaults = {
7 autocmds = false,
8 options = false,
9 keymaps = false,
10 },
11 },
12 },
13 }