cleaned up a few trailing newlines.

This commit is contained in:
Gabe Venberg 2023-09-13 08:57:50 -05:00
parent c840e4bd4f
commit 17c4debccb
2 changed files with 1 additions and 3 deletions

View file

@ -8,5 +8,5 @@ UseCRLF: false
UseTab: AlignWithSpaces UseTab: AlignWithSpaces
AlignAfterOpenBracket: BlockIndent AlignAfterOpenBracket: BlockIndent
AlwaysBreakBeforeMultilineStrings: true AlwaysBreakBeforeMultilineStrings: true
BreakBeforeBraces: Attach
... ...

View file

@ -160,5 +160,3 @@ map("n", "<leader>lD", "<cmd>TroubleToggle lsp_definitions<cr>", optsWithDesc("l
map('n', '<leader>v', ":lua Toggle_venn()<CR>", optsWithDesc("toggle venn.nvim")) map('n', '<leader>v', ":lua Toggle_venn()<CR>", optsWithDesc("toggle venn.nvim"))
-- treesj -- treesj
map('n', '<leader>j', ':TSJToggle<CR>', optsWithDesc("treesitter split/join")) map('n', '<leader>j', ':TSJToggle<CR>', optsWithDesc("treesitter split/join"))