You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
282 B

  1. vim.opt.diffopt = vim.opt.diffopt + "vertical"
  2. vim.opt.display = vim.opt.display + 'lastline'
  3. vim.api.nvim_set_keymap('n', '<leader>gl', ':GBrowse<CR>', { noremap = true })
  4. vim.cmd([[ let g:fugitive_gitlab_domains = {"ssh://code.codium.com.au": "https://code.codium.com.au"} ]])