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
|
|
@ -44,7 +44,6 @@ This repository contains the configuration for NixVim, a Neovim configuration ma
|
|||
- `lsp.nix`: Configures the Neovim LSP client.
|
||||
- `conform.nix`: Configures the Conform plugin for automatic code formatting.
|
||||
- `fidget.nix`: Configures the Fidget plugin for displaying LSP diagnostics in the status line.
|
||||
- `vim-helm.nix`: Configures Vim-Helm plugin for helm template syntax
|
||||
|
||||
## Git
|
||||
|
||||
|
|
@ -57,6 +56,8 @@ This repository contains the configuration for NixVim, a Neovim configuration ma
|
|||
- `whichkey.nix`: Configures the WhichKey plugin for displaying key mappings.
|
||||
- `extra_plugins.nix`: Configures additional plugins.
|
||||
- `mini.nix`: Configures the Mini plugin.
|
||||
- `obsidian.nix`: Confiugres the Obsidian plugin, for note-taking purposes.
|
||||
- `markdown-preview.nix`: Configures the Markdown Preview plugin.
|
||||
|
||||
Please refer to the individual `.nix` files for more detailed configuration information.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue