dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

undotree.lua (283B)


      1 -- https://github.com/mbbill/undotree
      2 return {
      3     "mbbill/undotree",
      4     config = function()
      5         vim.g.undotree_WindowLayout = 2
      6         vim.g.undotree_SplitWidth = 40
      7         vim.g.undotree_SetFocusWhenToggle = 1
      8     end,
      9 }
     10 
     11 -- keymaps
     12 -- $HOME/.config/nvim/lua/linus/keys.lua