Compare commits
No commits in common. "e2bddcf32cde61b143a07cad3ad81e2dd3484318" and "250b215b06b051a2d8aa42cbf44ccf48484b2c0e" have entirely different histories.
e2bddcf32c
...
250b215b06
2 changed files with 2 additions and 8 deletions
|
@ -15,8 +15,8 @@ let
|
|||
version = "main";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/tonychg/nvim-k8s-lsp.git";
|
||||
rev = "395f6d6b91da55c12b26a2ef1ace7a922a756712";
|
||||
ref = "main";
|
||||
rev = "5e8221cce09cb71b7604c0c7469bf9053dd877ca";
|
||||
ref = "feat/add-helm-ls-support";
|
||||
};
|
||||
};
|
||||
in
|
||||
|
@ -95,11 +95,6 @@ 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";
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
require("dropbar").setup({})
|
Loading…
Add table
Add a link
Reference in a new issue