chore(init.lua): remove unnecessary lines and disable loading of Perl and Ruby providers

The lines `vim.g.loaded_perl_provider = 0` and `vim.g.loaded_ruby_provider = 0` were removed as they are unnecessary and not being used. This change improves the cleanliness of the code.

Additionally, the lines `-` were removed as they were empty and not serving any purpose.
This commit is contained in:
David Ibia
2024-01-14 03:11:26 +01:00
parent 3e331e02b6
commit 979f229157

View File

@@ -1,5 +1 @@
require("absolute") require("absolute")
vim.g.loaded_perl_provider = 0
vim.g.loaded_ruby_provider = 0