diff --git a/config/largebuf.nix b/config/largebuf.nix index e15001d..d1b7cf6 100644 --- a/config/largebuf.nix +++ b/config/largebuf.nix @@ -1,6 +1,7 @@ { # Adapted from AstroNvim and Reddit comment # https://github.com/AstroNvim/astrocore/blob/v1.5.0/lua/astrocore/init.lua#L473-L486 + # https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astrocore_autocmds.lua#L218-L238 # https://www.reddit.com/r/neovim/comments/z85s1l/comment/iyfrgvb/ autoGroups.large_buffer_detector = { }; autoCmd = [ @@ -19,6 +20,8 @@ vim.cmd("LspStop") vim.opt_local.foldmethod = "manual" vim.opt_local.spell = false + vim.opt_local.wrap = true + vim.opt_local.list = false end end '';