Compare commits
No commits in common. "82ca9fa3281939062b4a530690b21ff5d1d2436b" and "6d220341823bbe6cb08f9ac4558a78c648949da9" have entirely different histories.
82ca9fa328
...
6d22034182
@ -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
|
||||
|
@ -10,4 +10,4 @@ fi
|
||||
touch "$name"
|
||||
chmod +x "$name"
|
||||
echo "#!/usr/bin/env sh" > "$name"
|
||||
nvim "+ normal Gzzo" "$name"
|
||||
nvim "+ normal Gzzoo" "$name"
|
||||
|
Loading…
Reference in New Issue
Block a user