Looking for the rest of my dotfiles? You can find those over at iainsimmons/dotfiles.
Install requires Neovim 0.11+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
git clone [email protected]:iainsimmons/nvim-config ~/.config/iainsimmons/nvim-configOpen Neovim with this config:
NVIM_APPNAME=iainsimmons/nvim-config/ nvim- blink-cmp-env
- blink-nerdfont.nvim
- blink.cmp
- boole.nvim
- conform.nvim
- csvview.nvim
- dev-tools.nvim
- dropbar.nvim
- fidget.nvim
- flash.nvim
- friendly-snippets
- grug-far.nvim
- highlight-undo.nvim
- kulala.nvim
- lazy.nvim
- lazydev.nvim
- lua-json5
- mason-lspconfig.nvim
- mason-nvim-dap.nvim
- mason-tool-installer.nvim
- mason.nvim
- mini.nvim
- neoconf.nvim
- noice.nvim
- nui.nvim
- nvim-bqf
- nvim-dap-view
- nvim-dap-virtual-text
- nvim-dap
- nvim-highlight-colors
- nvim-lint
- nvim-lspconfig
- nvim-markdown-preview
- nvim-treesitter-context
- nvim-treesitter-textobjects
- nvim-treesitter
- nvim-ts-autotag
- nvim-ts-context-commentstring
- nvim-ufo
- persistence.nvim
- plenary.nvim
- promise-async
- reactive.nvim
- refactoring.nvim
- render-markdown.nvim
- smear-cursor.nvim
- snacks.nvim
- snipe.nvim
- text-case.nvim
- todo-comments.nvim
- tokyonight.nvim
- undotree
- vim-sleuth
- vscode-diff.nvim
- wezterm-types
- which-key.nvim
To generate this file, run this util function:
:lua require("util.generate-readme").generate()You should see a message "README.md successfully generated"
You can also use or change the global keymap for this:
vim.keymap.set("n", "<leader>rm", function()
require("util.generate-readme").generate()
end, { desc = "Generate README" })

