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
|
|
@ -2,6 +2,7 @@
|
|||
plugins = {
|
||||
lsp-lines = {enable = true;};
|
||||
lsp-format = {enable = true;};
|
||||
helm = {enable = true;};
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
|
|
@ -15,7 +16,18 @@
|
|||
tsserver = {enable = true;};
|
||||
ansiblels = {enable = true;};
|
||||
jsonls = {enable = true;};
|
||||
helm-ls = {enable = true;};
|
||||
helm-ls = {
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
settings = {
|
||||
"helm-ls" = {
|
||||
yamlls = {
|
||||
path = "${pkgs.yaml-language-server}/bin/yaml-language-server";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
yamlls = {
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
_: {
|
||||
plugins.helm = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue