Compare commits
2 commits
250b215b06
...
e2bddcf32c
Author | SHA1 | Date | |
---|---|---|---|
e2bddcf32c | |||
d7913c1f9b |
2 changed files with 8 additions and 2 deletions
|
@ -15,8 +15,8 @@ let
|
|||
version = "main";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/tonychg/nvim-k8s-lsp.git";
|
||||
rev = "5e8221cce09cb71b7604c0c7469bf9053dd877ca";
|
||||
ref = "feat/add-helm-ls-support";
|
||||
rev = "395f6d6b91da55c12b26a2ef1ace7a922a756712";
|
||||
ref = "main";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
@ -95,6 +95,11 @@ in
|
|||
type = "lua";
|
||||
config = (builtins.readFile ./files/plugins/conform.lua);
|
||||
}
|
||||
{
|
||||
plugin = dropbar-nvim;
|
||||
type = "lua";
|
||||
config = (builtins.readFile ./files/plugins/dropbar.lua);
|
||||
}
|
||||
{
|
||||
plugin = fzf-lua;
|
||||
type = "lua";
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
require("dropbar").setup({})
|
Loading…
Add table
Add a link
Reference in a new issue