Updated init.lua

This commit is contained in:
Ethan Smith-Coss 2023-04-20 14:42:13 +01:00
parent aa07c202cb
commit 0b75d1867a
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

View File

@ -16,12 +16,6 @@ vim.cmd([[
set splitbelow splitright
]])
-- import the ability to reload and restart Neovim without closing (Experimental)
vim.cmd([[
command! Reload lua require("reload").Reload()
command! Restart lua require("reload").Restart()
]])
-- Custom extension presser (WIP)
local presser = require'presser'
presser.setup( { } )
@ -48,7 +42,3 @@ vim.g.mapleader = 't' -- leader for Terminal Mode functions
map("n", "<Leader>vr", ":vert res 80") -- change verticle size of focused window to x (Default: x = 80)
map("n", "<Leader>hr", ":horizontal res ") -- change horizontal size of focused window to x (No default)
--- Import custom configurations ---
require('custom_configs.lspconfig') -- nvim-lspconfig
require('custom_configs.telescope') -- telescope