davidosomething / dotfiles

mac OS, Arch Linux, and Debian/Ubuntu + Neovim
https://github.com/davidosomething/dotfiles
332 stars 21 forks source link

nvim - fundo #497

Closed davidosomething closed 1 year ago

davidosomething commented 1 year ago

https://github.com/kevinhwang91/nvim-fundo

  -- Add external modifications as new state in undofile
  --[[ {
    'kevinhwang91/nvim-fundo',
    event = 'BufReadPost',
    dependencies = {
      'kevinhwang91/promise-async',
    },
    build = function() require('fundo').install() end,
    config = function()
      require('fundo').setup()
    end
  },]]
davidosomething commented 1 year ago

too much security risk