lua fixes

This commit is contained in:
Tyrel Souza 2023-11-16 16:35:04 -05:00
parent 35a65eb852
commit 7a5a4428a2
No known key found for this signature in database
GPG Key ID: A7042C28F86F5183
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,5 @@
require("settings")
-- TODO: Probably don't need this anymore?
require("settings_before")
vim.g.python3_host_prog = '/opt/nvimpython/.nvim.pythonenv/bin/python3'
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
@ -17,3 +14,4 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")
require("settings_after")

View File

@ -1,6 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.opt.shell = "zsh"
vim.opt.history = 1000

View File

@ -0,0 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "