diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2022-12-20 22:12:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-20 22:12:39 -0500 |
| commit | cd945b9cf50fdf7ae7cd61d6de7836c8ed2676c9 (patch) | |
| tree | 48c7fc9d177a27df07a032aa474601250871bf6f /nvim/.gitignore | |
| parent | 1609e05823310c8ea7111967fe2c17b1070b529c (diff) | |
| download | dots-cd945b9cf50fdf7ae7cd61d6de7836c8ed2676c9.tar.gz | |
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.
Diffstat (limited to 'nvim/.gitignore')
| -rw-r--r-- | nvim/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |