🎨 Formatting

- Minor formatting fixes
This commit is contained in:
2024-07-18 13:30:06 -04:00
parent 823f28c448
commit 29af0b31b1
4 changed files with 8 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
-- -----------------------------------------------------------------------------
-- -------------------------------- AUTOCMDS -----------------------------------
-- -----------------------------------------------------------------------------
-- -------------------------------- Commands -----------------------------------
-- Make :Q close all of the buffers
vim.api.nvim_create_user_command("Q", function()
+2 -2
View File
@@ -1,6 +1,7 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- NeoVide -----------------------------------
-- --------------------------------- NEOVIDE -----------------------------------
-- -----------------------------------------------------------------------------
-- Set GUI font
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12"
-- refresh rate and translucency
@@ -42,4 +43,3 @@ vim.cmd(":cnoremap <silent> <C-c> <C-r>+")
-- and in insert mode
vim.cmd(":inoremap <silent> <C-v> <C-r>+")
vim.cmd(":inoremap <silent> <C-c> <C-r>+")
+1
View File
@@ -1,6 +1,7 @@
-- -----------------------------------------------------------------------------
-- ------------------------------- SpellCheck ----------------------------------
-- -----------------------------------------------------------------------------
-- Define dictionary corrections
vim.keymap.set("ia", "teh", "the")
vim.keymap.set("ia", "accomodate", "accommodate")
+1
View File
@@ -1,6 +1,7 @@
-- -----------------------------------------------------------------------------
-- ---------------------------------- USER -------------------------------------
-- -----------------------------------------------------------------------------
-- ---------------------------------- STYLE ------------------------------------
----------------------------- Apply the colorscheme ----------------------------
-------- 1. Restore last colorscheme if it exists --------