feat: add Markdown Preview and Obsidian, update startup screen and cleanup lsp config (#8)
Added Markdown Preview and the Obsidian plugins. Updated the Startup screen with links to Github Copilot and Obsidian Moved the helm-vim plugin from a seperate file into the lsp.nix file.
This commit is contained in:
parent
5112946501
commit
536677058b
7 changed files with 70 additions and 8 deletions
|
|
@ -35,7 +35,6 @@ _: {
|
|||
./plugins/lsp/lsp.nix
|
||||
./plugins/lsp/conform.nix
|
||||
./plugins/lsp/fidget.nix
|
||||
./plugins/lsp/vim-helm.nix
|
||||
|
||||
# Git
|
||||
./plugins/git/lazygit.nix
|
||||
|
|
@ -46,5 +45,7 @@ _: {
|
|||
./plugins/utils/whichkey.nix
|
||||
./plugins/utils/extra_plugins.nix
|
||||
./plugins/utils/mini.nix
|
||||
./plugins/utils/markdown-preview.nix
|
||||
./plugins/utils/obsidian.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue