Merge git.blakenorth.net/dotfiles
This commit is contained in:
commit
26089e11b3
3 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,7 @@ M.toggleterm = function()
|
||||||
return vim.o.columns * 0.4
|
return vim.o.columns * 0.4
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
open_mapping = [[<F1>]],
|
open_mapping = [[<F12>]],
|
||||||
hide_numbers = true, -- hide the number column in toggleterm buffers
|
hide_numbers = true, -- hide the number column in toggleterm buffers
|
||||||
shading_factor = '1', -- the degree by which to darken to terminal colour, default: 1 for dark backgrounds, 3 for light
|
shading_factor = '1', -- the degree by which to darken to terminal colour, default: 1 for dark backgrounds, 3 for light
|
||||||
start_in_insert = true,
|
start_in_insert = true,
|
||||||
|
|
|
@ -196,6 +196,7 @@ return require('packer').startup({function()
|
||||||
require("null-ls").setup({
|
require("null-ls").setup({
|
||||||
sources = {
|
sources = {
|
||||||
null_ls.builtins.code_actions.refactoring,
|
null_ls.builtins.code_actions.refactoring,
|
||||||
|
null_ls.builtins.formatting.alejandra,
|
||||||
null_ls.builtins.formatting.jq,
|
null_ls.builtins.formatting.jq,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
caps = !git commit -a && git push
|
caps = !git commit -a && git push
|
||||||
ch = checkout
|
ch = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
f = fetch
|
||||||
lg = log
|
lg = log
|
||||||
ok = pull
|
ok = pull
|
||||||
pl = pull
|
pl = pull
|
||||||
|
|
Loading…
Add table
Reference in a new issue