mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:24:59 +01:00
Add logfile highlighting
This commit is contained in:
parent
8a1b5276a6
commit
70d3789b54
|
@ -126,6 +126,9 @@ require("packer").startup(function()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Log file syntax highlighting
|
||||||
|
use('mtdl9/vim-log-highlighting')
|
||||||
|
|
||||||
-- Debugging
|
-- Debugging
|
||||||
use('mfussenegger/nvim-dap') -- Main debugging plugin
|
use('mfussenegger/nvim-dap') -- Main debugging plugin
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Reference in a new issue