Cleaned up keymaps and a few files.

This commit is contained in:
Norm Rasmussen
2023-09-01 17:11:17 -04:00
parent c08235014a
commit 9814c1a966
61 changed files with 110 additions and 2763 deletions

View File

@ -10,13 +10,14 @@ local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
})
end
vim.opt.rtp:prepend(lazypath)
require('lazy').setup('plugins')
vim.g.mapleader = ','
vim.g.localmapleader = ','
vim.opt.textwidth = 85
vim.opt.colorcolumn = '+2'
require('lazy').setup('plugins')
-----------------------------------------------------------
-- General Neovim settings and configuration
-----------------------------------------------------------