Skip to content

Commit

Permalink
fix(plugins): remove vim-tmux-focus-events; breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
megalithic committed Apr 15, 2022
1 parent b699b29 commit 82d93d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion config/nvim/lua/mega/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions config/nvim/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 82d93d5

Please sign in to comment.