diff --git a/chezmoi/dot_config/nvim/lua/aleidk/plugins/lsp.lua b/chezmoi/dot_config/nvim/lua/aleidk/plugins/lsp.lua index 08a4751..6b0d8f9 100644 --- a/chezmoi/dot_config/nvim/lua/aleidk/plugins/lsp.lua +++ b/chezmoi/dot_config/nvim/lua/aleidk/plugins/lsp.lua @@ -7,7 +7,7 @@ return { { "williamboman/mason.nvim" }, "williamboman/mason-lspconfig.nvim", -- Additional lua configuration, makes nvim stuff amazing! - { "folke/neodev.nvim", opts = {} }, + { "folke/neodev.nvim", opts = {} }, }, config = function() @@ -58,6 +58,7 @@ return { dockerls = {}, emmet_ls = {}, html = {}, + marksman = {}, pyright = {}, phpactor = {}, gopls = { @@ -96,9 +97,9 @@ return { tsserver = { init_options = { preferences = { - disableSuggestions = true - } - } + disableSuggestions = true, + }, + }, }, lua_ls = { settings = { diff --git a/chezmoi/dot_config/nvim/lua/aleidk/plugins/markdown.lua b/chezmoi/dot_config/nvim/lua/aleidk/plugins/markdown.lua index 87f2900..581a25a 100644 --- a/chezmoi/dot_config/nvim/lua/aleidk/plugins/markdown.lua +++ b/chezmoi/dot_config/nvim/lua/aleidk/plugins/markdown.lua @@ -1,55 +1,13 @@ return { { - "epwalsh/obsidian.nvim", - version = "*", - lazy = true, - ft = "markdown", - dependencies = { - "nvim-lua/plenary.nvim", - "hrsh7th/nvim-cmp", - }, - keys = { - { - "fo", - "ObsidianSearch", - desc = "Find note in vault", - }, - }, + "MeanderingProgrammer/markdown.nvim", + name = "render-markdown", -- Only needed if you have another plugin named markdown.nvim + -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite + -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins + dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" }, -- if you prefer nvim-web-devicons opts = { - notes_subdir = "notes", - open_app_foreground = false, - workspaces = { - { - name = "personal", - path = "~/Repos/Private/docs", - }, - { - name = "blog", - path = "~/Repos/Projects/blog-content", - }, - }, - finder_mappings = { - new = "", - }, - completion = { - -- Where to put new notes created from completion. Valid options are - -- * "current_dir" - put new notes in same directory as the current buffer. - -- * "notes_subdir" - put new notes in the default notes subdirectory. - new_notes_location = "current_dir", - -- Control how wiki links are completed with these (mutually exclusive) options: - -- - -- 1. Whether to add the note ID during completion. - -- E.g. "[[Foo" completes to "[[foo|Foo]]" assuming "foo" is the ID of the note. - -- Mutually exclusive with 'prepend_note_path' and 'use_path_only'. - prepend_note_id = false, - -- 2. Whether to add the note path during completion. - -- E.g. "[[Foo" completes to "[[notes/foo|Foo]]" assuming "notes/foo.md" is the path of the note. - -- Mutually exclusive with 'prepend_note_id' and 'use_path_only'. - prepend_note_path = true, - -- 3. Whether to only use paths during completion. - -- E.g. "[[Foo" completes to "[[notes/foo]]" assuming "notes/foo.md" is the path of the note. - -- Mutually exclusive with 'prepend_note_id' and 'prepend_note_path'. - use_path_only = false, + sign = { + enabled = false, }, }, }, diff --git a/chezmoi/dot_config/nvim/original_lazy-lock.json b/chezmoi/dot_config/nvim/original_lazy-lock.json index bec7138..362ab5d 100644 --- a/chezmoi/dot_config/nvim/original_lazy-lock.json +++ b/chezmoi/dot_config/nvim/original_lazy-lock.json @@ -51,12 +51,12 @@ "nvim-ts-autotag": { "branch": "main", "commit": "323a3e16ed603e2e17b26b1c836d1e86c279f726" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "6b5f95aa4d24f2c629a74f2c935c702b08dbde62" }, "nvim-web-devicons": { "branch": "master", "commit": "c0cfc1738361b5da1cd0a962dd6f774cc444f856" }, - "obsidian.nvim": { "branch": "main", "commit": "ae1f76a75c7ce36866e1d9342a8f6f5b9c2caf9b" }, "octo.nvim": { "branch": "master", "commit": "aa5dfa573220a0a511a25ee14ce1570b6c23e56a" }, "overseer.nvim": { "branch": "master", "commit": "15b6249eaf71ebbc8bf0ed279e045f2bc1f28007" }, "plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" }, "pretty-fold.nvim": { "branch": "master", "commit": "a7d8b424abe0eedf50116c460fbe6dfd5783b1d5" }, "remote-sshfs.nvim": { "branch": "main", "commit": "8f05563150fbd713027471eed56f391b053ba8b8" }, + "render-markdown": { "branch": "main", "commit": "123048b428eb85618780fcef9ea9f4d68b5d2508" }, "smart-splits.nvim": { "branch": "master", "commit": "95833675cd92538bf9cded1d2d58d1fc271c5428" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "cf48d4dfce44e0b9a2e19a008d6ec6ea6f01a83b" }, "telescope.nvim": { "branch": "master", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" },