diff --git a/init.lua b/init.lua index dd59fda..4b614a2 100644 --- a/init.lua +++ b/init.lua @@ -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", "vr", ":vert res 80") -- change verticle size of focused window to x (Default: x = 80) map("n", "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