mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove unused g local variable definition
This commit is contained in:
parent
5109286054
commit
03431e5bc4
|
@ -1,7 +1,6 @@
|
|||
local vim = require("vim")
|
||||
local cmd = vim.cmd
|
||||
local o = vim.opt
|
||||
local g = vim.g
|
||||
|
||||
cmd[[filetype plugin on]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue