🎨 Formatting
- Minor formatting fixes
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
-- -------------------------------- AUTOCMDS -----------------------------------
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
|
||||||
-- -------------------------------- Commands -----------------------------------
|
-- -------------------------------- Commands -----------------------------------
|
||||||
-- Make :Q close all of the buffers
|
-- Make :Q close all of the buffers
|
||||||
vim.api.nvim_create_user_command("Q", function()
|
vim.api.nvim_create_user_command("Q", function()
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
-- --------------------------------- NeoVide -----------------------------------
|
-- --------------------------------- NEOVIDE -----------------------------------
|
||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
|
|
||||||
-- Set GUI font
|
-- Set GUI font
|
||||||
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12"
|
vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12"
|
||||||
-- refresh rate and translucency
|
-- refresh rate and translucency
|
||||||
@@ -42,4 +43,3 @@ vim.cmd(":cnoremap <silent> <C-c> <C-r>+")
|
|||||||
-- and in insert mode
|
-- and in insert mode
|
||||||
vim.cmd(":inoremap <silent> <C-v> <C-r>+")
|
vim.cmd(":inoremap <silent> <C-v> <C-r>+")
|
||||||
vim.cmd(":inoremap <silent> <C-c> <C-r>+")
|
vim.cmd(":inoremap <silent> <C-c> <C-r>+")
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
-- ------------------------------- SpellCheck ----------------------------------
|
-- ------------------------------- SpellCheck ----------------------------------
|
||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
|
|
||||||
-- Define dictionary corrections
|
-- Define dictionary corrections
|
||||||
vim.keymap.set("ia", "teh", "the")
|
vim.keymap.set("ia", "teh", "the")
|
||||||
vim.keymap.set("ia", "accomodate", "accommodate")
|
vim.keymap.set("ia", "accomodate", "accommodate")
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
-- ---------------------------------- USER -------------------------------------
|
-- ---------------------------------- USER -------------------------------------
|
||||||
-- -----------------------------------------------------------------------------
|
-- -----------------------------------------------------------------------------
|
||||||
|
|
||||||
-- ---------------------------------- STYLE ------------------------------------
|
-- ---------------------------------- STYLE ------------------------------------
|
||||||
----------------------------- Apply the colorscheme ----------------------------
|
----------------------------- Apply the colorscheme ----------------------------
|
||||||
-------- 1. Restore last colorscheme if it exists --------
|
-------- 1. Restore last colorscheme if it exists --------
|
||||||
|
|||||||
Reference in New Issue
Block a user