Removed unused variables in init
This commit is contained in:
parent
479c8686eb
commit
f9d0bf5366
7
init.lua
7
init.lua
@ -1,10 +1,3 @@
|
|||||||
local cmd = vim.cmd -- to execute Vim commands e.g. cmd('pwd')
|
|
||||||
local fn = vim.fn -- to call Vim functions e.g. fn.bufnr()
|
|
||||||
local g = vim.g -- a table to access global variables
|
|
||||||
local opt = vim.opt -- to set options
|
|
||||||
local utils = require('utils')
|
|
||||||
|
|
||||||
-------------------- EXTERNAL ------------------------------
|
|
||||||
require('my_plugins')
|
require('my_plugins')
|
||||||
require('my_keymappings')
|
require('my_keymappings')
|
||||||
require('my_options')
|
require('my_options')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user