Add a few things

master
Drake 3 years ago
parent 65f53f4cab
commit 05f9c239f2

@ -1,4 +1,4 @@
-- TODO: switch to a more lua friendly plugin manager --TODO: switch to a more lua friendly plugin manager
local set = vim.opt local set = vim.opt
require('packer').startup(function() require('packer').startup(function()
use 'wbthomason/packer.nvim' use 'wbthomason/packer.nvim'
@ -18,6 +18,8 @@ require('packer').startup(function()
use 'andweeb/presence.nvim' use 'andweeb/presence.nvim'
use 'tpope/vim-fugitive' use 'tpope/vim-fugitive'
use 'SmiteshP/nvim-gps' use 'SmiteshP/nvim-gps'
use 'folke/todo-comments.nvim'
use 'dstein64/vim-startuptime'
end) end)
set.termguicolors = true set.termguicolors = true
set.mouse = 'a' set.mouse = 'a'

Loading…
Cancel
Save