dap and nerdtree fixes

This commit is contained in:
Christian Nieves
2024-01-30 17:27:26 +00:00
parent 16fb43e7a2
commit 90033636e5
4 changed files with 65 additions and 31 deletions

View File

@ -30,11 +30,11 @@ return {
glug("alert"),
glug("csearch"),
glug("languages"),
-- glug("googlestyle"),
glug("googlespell"),
-- Enable logmsgs ASAP to avoid maktaba's log message queue filling up
veryLazy(glug("logmsgs")),
veryLazy(glug("googler")),
glug("google-logo"),
-- Add support for google filetypes
veryLazy(glug("google-filetypes", {
event = "BufReadPre",
@ -53,6 +53,7 @@ return {
veryLazy(glug("ft-soy")),
-- Configures nvim to respect Google's coding style
veryLazy(glug("googlestyle")),
veryLazy(glug("add_usings")),
-- Autogens boilerplate when creating new files
glug("autogen", {
event = "BufNewFile",