diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-09 21:55:47 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-09 21:55:47 +0100 |
commit | c5a173d97e4892bf90a867d5c4bfca1d95ab3d12 (patch) | |
tree | a1d3364f21534109c9d04bb1daa1a0b50118ee84 | |
parent | a6fa62bc4b7429f6cd348fa465e06c2d04f24a0e (diff) |
Adds marksman config
-rw-r--r-- | nvim/after/plugin/marksman.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/after/plugin/marksman.lua b/nvim/after/plugin/marksman.lua new file mode 100644 index 0000000..63865ef --- /dev/null +++ b/nvim/after/plugin/marksman.lua @@ -0,0 +1 @@ +require'lspconfig'.marksman.setup{} |