Use a more consistent table element access style (#2914)

pull/2929/head
Hackcraft_ 3 months ago committed by GitHub
parent 7b73d1111c
commit 46088dd73e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,10 +49,10 @@ opt.whichwrap:append "<>[]hl"
-- g.mapleader = " "
-- disable some default providers
g["loaded_node_provider"] = 0
g["loaded_python3_provider"] = 0
g["loaded_perl_provider"] = 0
g["loaded_ruby_provider"] = 0
g.loaded_node_provider = 0
g.loaded_python3_provider = 0
g.loaded_perl_provider = 0
g.loaded_ruby_provider = 0
-- add binaries installed by mason.nvim to path
local is_windows = vim.fn.has "win32" ~= 0

Loading…
Cancel
Save