]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/init.lua
nvim: provide type annotations for LazyPluginSpecs
[dotfiles.git] / nvim / init.lua
index 2514f9ed90d831793ec8b5ca4666040996d01e09..bc3ed51678571035d676231083560b81a4c5989c 100644 (file)
@@ -1,2 +1,5 @@
+-- load original vimrc file
+vim.cmd([[ source $XDG_CONFIG_HOME/vim/vimrc ]])
+
 -- bootstrap lazy.nvim, LazyVim and your plugins
 require("config.lazy")