[markdown] Adds marksman languages server and telescope picker for obsidian
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
markdownlint-cli2 # linter
|
markdownlint-cli2 # linter
|
||||||
|
marksman # language server
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ return {
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
-- Required.
|
-- Required.
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
|
-- For the picker
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
|
|||||||
Reference in New Issue
Block a user