From 82d93d53667f105176d9d52686f1cea1f209ee78 Mon Sep 17 00:00:00 2001 From: Seth Messer Date: Fri, 15 Apr 2022 10:07:46 -0500 Subject: [PATCH] fix(plugins): remove vim-tmux-focus-events; breaks - and no longer needed: https://github.com/tmux-plugins/vim-tmux-focus-events/issues/41 --- config/nvim/lua/mega/plugins.lua | 1 - config/nvim/plugin/lsp.lua | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/lua/mega/plugins.lua b/config/nvim/lua/mega/plugins.lua index 29b09b2a1..2623ae037 100644 --- a/config/nvim/lua/mega/plugins.lua +++ b/config/nvim/lua/mega/plugins.lua @@ -195,7 +195,6 @@ local PKGS = { "tpope/vim-scriptease", { "sunaku/tmux-navigate", opt = true }, { "knubie/vim-kitty-navigator", run = "cp -L ./*.py ~/.config/kitty", opt = true }, - "tmux-plugins/vim-tmux-focus-events", "junegunn/vim-slash", "outstand/logger.nvim", "RRethy/nvim-align", diff --git a/config/nvim/plugin/lsp.lua b/config/nvim/plugin/lsp.lua index 7bda6bdee..25f6daae1 100644 --- a/config/nvim/plugin/lsp.lua +++ b/config/nvim/plugin/lsp.lua @@ -538,6 +538,7 @@ end mega.lsp.servers = { -- gopls = true, bashls = true, + -- REF: https://github.com/rcjsuen/dockerfile-language-server-nodejs#language-server-settings dockerls = true, elmls = true, clangd = true,