reorg
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
path = "[path]";
|
||||
luasnip = "[snip]";
|
||||
buffer = "[buffer]";
|
||||
neorg = "[neorg]";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -46,7 +45,6 @@
|
||||
# Words from other open buffers can also be suggested.
|
||||
option.get_bufnrs.__raw = "vim.api.nvim_list_bufs";
|
||||
}
|
||||
{name = "neorg";}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
export PATH="/etc/profiles/per-user/cnst/bin:$PATH"
|
||||
echo "PATH=$PATH" > /tmp/tsserver-log.txt
|
||||
exec /etc/profiles/per-user/cnst/bin/tsserver "$@" >> /tmp/tsserver-log.txt 2>&1
|
||||
Reference in New Issue
Block a user