]> git.rmz.io Git - dotfiles.git/commit
nvim: add starter template for LazyVim
authorSamir Benmendil <me@rmz.io>
Mon, 10 Apr 2023 12:33:41 +0000 (13:33 +0100)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 23:08:51 +0000 (23:08 +0000)
commit1cbe43ea1648b2104b35b5a810dabfb3b77f8ce6
tree46168ee30c192876147e1b482f5c88e6ec190614
parent43d6bc9377f5049b89a7e06805379d291639c390
nvim: add starter template for LazyVim
nvim/.gitignore [new file with mode: 0644]
nvim/.neoconf.json [new file with mode: 0644]
nvim/LICENSE [new file with mode: 0644]
nvim/README.md [new file with mode: 0644]
nvim/init.lua [new file with mode: 0644]
nvim/lua/config/autocmds.lua [new file with mode: 0644]
nvim/lua/config/keymaps.lua [new file with mode: 0644]
nvim/lua/config/lazy.lua [new file with mode: 0644]
nvim/lua/config/options.lua [new file with mode: 0644]
nvim/lua/plugins/example.lua [new file with mode: 0644]
nvim/stylua.toml [new file with mode: 0644]