1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-19 08:17:47 +02:00

Compare commits

..

No commits in common. "803bbfed152977c5618ffc0d65e3d1c8cff461e2" and "2527a36c4e67ac30681419f57c6184d0bb585b89" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ return {
{ {
'l3mon4d3/luasnip', 'l3mon4d3/luasnip',
config = function() config = function()
require("luasnip.loaders.from_snipmate").lazy_load() require("luasnip.loaders.from_snipmate")
end, end,
dependencies = { 'saadparwaiz1/cmp_luasnip' } dependencies = { 'saadparwaiz1/cmp_luasnip' }
}, },
@ -65,9 +65,9 @@ return {
}, },
sources = { sources = {
{ name = 'nvim_lsp' }, { name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' }, { name = 'path' },
{ name = 'buffer' } { name = 'buffer' },
{ name = 'luasnip' }
}, },
formatting = { formatting = {
format = require("lspkind").cmp_format({ format = require("lspkind").cmp_format({

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
if amixer get Capture | tail -2 | grep -q '\[on\]'; then if amixer get Capture | tail -2 | grep -q '\[on\]'; then
paplay ~/.local/bin/etc/sxhkd/audio/mic_muted.wav
lmc mute lmc mute
lmc undeaf lmc undeaf
paplay ~/.local/bin/etc/sxhkd/audio/mic_muted.wav
else else
lmc unmute lmc unmute
lmc undeaf lmc undeaf