dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/guess-indent.lua


return {
  "nmac427/guess-indent.nvim",
  event = "VeryLazy",
  config = function()
    require("guess-indent").setup({})
  end,
}

Download

raw zip tar