diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index 239ced8..9d219bc 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -40,7 +40,7 @@ M.toggleterm = function() return vim.o.columns * 0.4 end end, - open_mapping = [[]], + open_mapping = [[]], 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 start_in_insert = true, diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 9fe9ddb..fcbd479 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -196,6 +196,7 @@ return require('packer').startup({function() require("null-ls").setup({ sources = { null_ls.builtins.code_actions.refactoring, + null_ls.builtins.formatting.alejandra, null_ls.builtins.formatting.jq, } }) diff --git a/.gitconfig b/.gitconfig index 2721a7f..2a8bf67 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,7 @@ caps = !git commit -a && git push ch = checkout d = diff + f = fetch lg = log ok = pull pl = pull