updates
This commit is contained in:
parent
91ad055fc1
commit
5306f87db9
3 changed files with 8 additions and 6 deletions
|
@ -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' },
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue