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',
as = 'catppuccin'
},
{ 'Djancyp/better-comments.nvim',
config = function()
require('better-comment').Setup()
end
},
-- { 'Djancyp/better-comments.nvim',
-- config = function()
-- require('better-comment').Setup()
-- end
-- },
{ 'NoahTheDuke/vim-just' },
{ 'ggandor/lightspeed.nvim' },
{ 'elkowar/yuck.vim' },

View File

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

View File

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