Fix some checkhealth issues
This commit is contained in:
parent
d315070a8b
commit
e63ff2e483
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
local lspconfig = require("lspconfig")
|
||||
local mason_lspconfig = require("mason-lspconfig")
|
||||
local cmp_nvim_lsp = require("cmp_nvim_lsp")
|
||||
|
||||
local keymap = vim.keymap
|
||||
|
||||
|
|
3
plugin/providers.lua
Normal file
3
plugin/providers.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- Disable unneccesary providers
|
||||
vim.g.loaded_ruby_provider = 0
|
||||
vim.g.loaded_perl_provider = 0
|
Loading…
Reference in a new issue