-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rm vim-python-pep8-indent * re-enable treesitter indentation for python * update trouble.nvim toggle command * reduce visual clutter of indent-blankline scope * plugin version updates
- Loading branch information
Showing
5 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
-- trouble splits window to show issues found by LSP | ||
return { | ||
{ | ||
"folke/trouble.nvim", | ||
dependencies = { "nvim-tree/nvim-web-devicons" }, | ||
keys = { | ||
{ "<leader>ct", "<cmd>TroubleToggle<CR>", desc = "Toggle trouble.nvim" }, | ||
}, | ||
"folke/trouble.nvim", | ||
opts = {}, -- for default options, refer to the configuration section for custom setup. | ||
cmd = "Trouble", | ||
keys = { | ||
{ "<leader>ct", "<cmd>Trouble diagnostics toggle<cr>", desc = "Diagnostics (Trouble)", }, | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.