mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04: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
|
||||
use('mfussenegger/nvim-dap') -- Main debugging plugin
|
||||
use {
|
||||
|
|
Loading…
Reference in a new issue