diff options
Diffstat (limited to '')
-rw-r--r-- | dot_config/nvim/lua/polish.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/polish.lua b/dot_config/nvim/lua/polish.lua new file mode 100644 index 0000000..642719f --- /dev/null +++ b/dot_config/nvim/lua/polish.lua @@ -0,0 +1,5 @@ +if true then return end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE + +-- This will run last in the setup process. +-- This is just pure lua so anything that doesn't +-- fit in the normal config locations above can go here |