forked from poz/niksos
feat(neovim): add slint plugin
This commit is contained in:
parent
702ebe230a
commit
16dabf0594
1 changed files with 8 additions and 3 deletions
|
@ -124,9 +124,14 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# extraPlugins = with pkgs.vimPlugins; [
|
||||
#
|
||||
# ];
|
||||
startPlugins = [
|
||||
(pkgs.fetchFromGitHub {
|
||||
owner = "slint-ui";
|
||||
repo = "vim-slint";
|
||||
rev = "9badce3860297562bb5e80ba1666628f9e0ac632";
|
||||
hash = "sha256-RKsRGE7KzAxmiviaikoXIVydjt8XxYXS/OMx8ol8kEQ=";
|
||||
})
|
||||
];
|
||||
|
||||
lsp = {
|
||||
formatOnSave = false;
|
||||
|
|
Loading…
Reference in a new issue