1
0
Fork 0

Fix markdown in vim

This commit is contained in:
Malte Brandy 2021-02-16 21:00:31 +01:00
parent 7fa3121a38
commit 9b59921eec
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -66,10 +66,6 @@ let
"diagnostic.virtualTextCurrentLineOnly" = false;
"codeLens.enable" = true;
languageserver = {
markdown = {
command = "neuron-language-server";
filetypes = [ "md" "markdown" ];
};
nix = {
command = "rnix-lsp";
filetypes = [ "nix" ];