abh - HTMLify profile

abh
501 Files
101954 Views
Latest files of /abh/nvim/lua
-- Options
-- Block Cursor
vim.opt.guicursor = ""
-- Line numbers
vim.opt.number = true
-- Block Cursor
vim.opt.guicursor = ""
-- Line numbers
vim.opt.number = true
--[[ Keymappings ]]--
local ntst = { noremap=true, silent=true }
-- Leader keys
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
local ntst = { noremap=true, silent=true }
-- Leader keys
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
-- [ LuaRock Managment ] --
local M = {}
M.list_cache = nil
M.use_cache = true
function M.list()
local M = {}
M.list_cache = nil
M.use_cache = true
function M.list()
--[[ color scheme switcher ]]--
local set_colorscheme_file_path = os.getenv("HOME") .. "/.local/share/nvim/.set_colorscheme"
local M = {};
function M.get_current_colorscheme()
local file = io.open(set_colorscheme_file_path, "r")
local set_colorscheme_file_path = os.getenv("HOME") .. "/.local/share/nvim/.set_colorscheme"
local M = {};
function M.get_current_colorscheme()
local file = io.open(set_colorscheme_file_path, "r")