Compare commits

..

No commits in common. "82ca9fa3281939062b4a530690b21ff5d1d2436b" and "6d220341823bbe6cb08f9ac4558a78c648949da9" have entirely different histories.

2 changed files with 4 additions and 14 deletions

View File

@ -54,23 +54,13 @@
};
extraConfigLuaPre = ''
local autocmd = vim.api.nvim_create_autocmd
local augroup = vim.api.nvim_create_augroup
-- General Settings
local general = augroup("General Settings", { clear = true })
autocmd("BufEnter", {
callback = function()
vim.opt.formatoptions:remove { "c", "r", "o" }
end,
group = general,
desc = "Disable New Line Comment",
})
vim.loader.enable()
'';
extraConfigLuaPost = ''
vim.notify = require("mini.notify").make_notify()
vim.opt.formatoptions:remove({'c', 'r', 'o'})
'';
extraPackages = with pkgs; [
stylua

View File

@ -10,4 +10,4 @@ fi
touch "$name"
chmod +x "$name"
echo "#!/usr/bin/env sh" > "$name"
nvim "+ normal Gzzo" "$name"
nvim "+ normal Gzzoo" "$name"