Pimp my vim config
This commit is contained in:
@@ -33,4 +33,10 @@ return require('packer').startup(function(use)
|
||||
|
||||
-- Statusline
|
||||
use 'nvim-lualine/lualine.nvim'
|
||||
|
||||
-- Undotree
|
||||
use 'mbbill/undotree'
|
||||
|
||||
-- Git
|
||||
use 'tpope/vim-fugitive'
|
||||
end)
|
||||
|
||||
@@ -27,3 +27,8 @@ vim.opt.cursorline = true
|
||||
vim.opt.mouse = ""
|
||||
|
||||
vim.g.mapleader = " "
|
||||
|
||||
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||
vim.opt.undofile = true
|
||||
|
||||
vim.scrolloff = 8
|
||||
|
||||
Reference in New Issue
Block a user