This commit is contained in:
Daylin Morgan 2022-10-26 13:45:11 -05:00
parent 91ad055fc1
commit 5306f87db9
3 changed files with 8 additions and 6 deletions

View file

@ -7,11 +7,11 @@ lvim.plugins = {
'catppuccin/nvim', 'catppuccin/nvim',
as = 'catppuccin' as = 'catppuccin'
}, },
{ 'Djancyp/better-comments.nvim', -- { 'Djancyp/better-comments.nvim',
config = function() -- config = function()
require('better-comment').Setup() -- require('better-comment').Setup()
end -- end
}, -- },
{ 'NoahTheDuke/vim-just' }, { 'NoahTheDuke/vim-just' },
{ 'ggandor/lightspeed.nvim' }, { 'ggandor/lightspeed.nvim' },
{ 'elkowar/yuck.vim' }, { 'elkowar/yuck.vim' },

View file

@ -1,7 +1,7 @@
-- settings -- settings
local opt = vim.opt local opt = vim.opt
opt.timeoutlen = 200 opt.timeoutlen = 200
-- opt.cmdheight = 0 -- broken?? opt.cmdheight = 0 -- broken??
opt.listchars:append({ tab = "⍿·", trail = "×" }) opt.listchars:append({ tab = "⍿·", trail = "×" })
opt.list = true opt.list = true
opt.number = true opt.number = true

View file

@ -12,6 +12,7 @@ keepbuilddeps = no
skipfailedbuild = no skipfailedbuild = no
alwaysusedynamicusers = no alwaysusedynamicusers = no
ignorearch = no ignorearch = no
gpgdir =
[review] [review]
noedit = no noedit = no
@ -33,6 +34,7 @@ aursearchsorting = hottest
displaylastupdated = no displaylastupdated = no
groupbyrepository = yes groupbyrepository = yes
reversesearchsorting = no reversesearchsorting = no
warnaboutpackageupdates =
[misc] [misc]
sudoloopinterval = 59 sudoloopinterval = 59