mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
Use a more consistent table element access style (#2914)
This commit is contained in:
parent
7b73d1111c
commit
46088dd73e
@ -49,10 +49,10 @@ opt.whichwrap:append "<>[]hl"
|
|||||||
-- g.mapleader = " "
|
-- g.mapleader = " "
|
||||||
|
|
||||||
-- disable some default providers
|
-- disable some default providers
|
||||||
g["loaded_node_provider"] = 0
|
g.loaded_node_provider = 0
|
||||||
g["loaded_python3_provider"] = 0
|
g.loaded_python3_provider = 0
|
||||||
g["loaded_perl_provider"] = 0
|
g.loaded_perl_provider = 0
|
||||||
g["loaded_ruby_provider"] = 0
|
g.loaded_ruby_provider = 0
|
||||||
|
|
||||||
-- add binaries installed by mason.nvim to path
|
-- add binaries installed by mason.nvim to path
|
||||||
local is_windows = vim.fn.has "win32" ~= 0
|
local is_windows = vim.fn.has "win32" ~= 0
|
||||||
|
Loading…
Reference in New Issue
Block a user