kickstart.nvim/init.lua

8 lines
296 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--[[
Neovim entrypoint: `lua/kickstart/init.lua` sets options, keymaps, autocommands,
diagnostics, then bootstraps lazy.nvim and loads `kickstart.plugins.spec`.
Kickstarts long banner lived here originally; see upstream kickstart.nvim README if you want it back.
]]
require 'kickstart'