Updated init.lua
This commit is contained in:
parent
aa07c202cb
commit
0b75d1867a
10
init.lua
10
init.lua
|
|
@ -16,12 +16,6 @@ vim.cmd([[
|
||||||
set splitbelow splitright
|
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)
|
-- Custom extension presser (WIP)
|
||||||
local presser = require'presser'
|
local presser = require'presser'
|
||||||
presser.setup( { } )
|
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>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)
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user