🗑️ remove(nvim): some comments at the top of the config files

This commit is contained in:
Sergio Laín 2024-03-09 19:20:58 +01:00
parent 9c9c96438d
commit 13723533a7
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 0 additions and 10 deletions

View file

@ -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 ac = vim.api.nvim_create_autocmd
local ag = vim.api.nvim_create_augroup local ag = vim.api.nvim_create_augroup

View file

@ -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 map = vim.keymap.set
local o = vim.opt local o = vim.opt

View file

@ -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 go = vim.g
local o = vim.opt local o = vim.opt