No description
| bin | ||
| example-user-configs | ||
| resources | ||
| runtime | ||
| .editorconfig | ||
| .gitignore | ||
| .luarc.json | ||
| flake.lock | ||
| flake.nix | ||
| init.lua | ||
| README.md | ||
| VERSION | ||
Mugway's Vim Config
Requires Neovim 0.11 or above.
Installation
Use Nix flakes or the bin/mugvim script (requires the MUGVIM_BASE_DIR environment variable to point to the checked out git repository.
NixOS
Enable nix-ld in order to run lsp server binaries downloaded by Mason.
Options
Format on Save
vim.g.mugvim_autoformat = true
Obsidian
vim.g.mugvim_obsidian_workspaces = { { name = "...", path = "..." }, ... }
Snippets
vim.g.mugvim_snippets = vim.fn.std("data") .. "/snippets"
Banner
vim.g.mugvim_banner = [[
... ascii art goes here ...
]]