We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf46e8 commit 3147893Copy full SHA for 3147893
templates/neovim/init.lua
@@ -1,3 +1,6 @@
1
+-- NOTE: Welcome to your neovim configuration
2
+-- The first 100ish lines are setup,
3
+-- The rest is usage of lze and various core plugins!
4
vim.loader.enable() -- <- bytecode caching
5
do
6
-- Set up a global in a way that also handles non-nix compat
0 commit comments