From cd945b9cf50fdf7ae7cd61d6de7836c8ed2676c9 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Tue, 20 Dec 2022 22:12:39 -0500 Subject: move server config to easy to extend style (#71) Move servers to new configuration style. I will probably cover this in a new shorter video, or maybe in combination with something else. This should hopefully remove getting so many people making issues about LSPs that they don't want to. I can update documentation if what is happening is not clear. --- nvim/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/.gitignore') diff --git a/nvim/.gitignore b/nvim/.gitignore index d699e1d..1b83131 100644 --- a/nvim/.gitignore +++ b/nvim/.gitignore @@ -2,3 +2,4 @@ tags test.sh .luarc.json nvim +plugin/packer_compiled.lua -- cgit v1.2.3