🗑️ remove(nvim): some comments at the top of the config files
This commit is contained in:
parent
9c9c96438d
commit
13723533a7
3 changed files with 0 additions and 10 deletions
|
@ -1,7 +1,3 @@
|
|||
-- Autocmds are automatically loaded on the VeryLazy event
|
||||
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
|
||||
-- Add any additional autocmds here
|
||||
|
||||
local ac = vim.api.nvim_create_autocmd
|
||||
local ag = vim.api.nvim_create_augroup
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
-- Keymaps are automatically loaded on the VeryLazy event
|
||||
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
|
||||
-- Add any additional keymaps here
|
||||
local map = vim.keymap.set
|
||||
local o = vim.opt
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
-- Options are automatically loaded before lazy.nvim startup
|
||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
-- Add any additional options here
|
||||
local go = vim.g
|
||||
local o = vim.opt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue