master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit f9d0bf5366 - Show all commits

View File

@@ -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')