temp move back to nvf master for ocaml lsp
This commit is contained in:
parent
441891cd5c
commit
25842ee9da
3 changed files with 7 additions and 25 deletions
24
flake.lock
24
flake.lock
|
@ -1760,7 +1760,6 @@
|
|||
"plugin-mind-nvim": "plugin-mind-nvim",
|
||||
"plugin-minimap-vim": "plugin-minimap-vim",
|
||||
"plugin-modes-nvim": "plugin-modes-nvim",
|
||||
"plugin-neo-tree-nvim": "plugin-neo-tree-nvim",
|
||||
"plugin-neocord": "plugin-neocord",
|
||||
"plugin-neodev-nvim": "plugin-neodev-nvim",
|
||||
"plugin-noice-nvim": "plugin-noice-nvim",
|
||||
|
@ -1819,16 +1818,15 @@
|
|||
"zig": "zig"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1715682191,
|
||||
"narHash": "sha256-YEeF4sAjNMYMYDQf28A4R8hEeFBM3M4Yn4LGlmxFcXs=",
|
||||
"lastModified": 1715877319,
|
||||
"narHash": "sha256-4ITJ3abTgRufdQgh9le2XqDgNCUd2CyJpM38thRk8e0=",
|
||||
"owner": "NotAShelf",
|
||||
"repo": "nvf",
|
||||
"rev": "2b77b1f457b6a225fb11e2690be717efe7e67b76",
|
||||
"rev": "f0f2c08e9ff934c19633371e760162b6a29fb67e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NotAShelf",
|
||||
"ref": "plugin/neotree",
|
||||
"repo": "nvf",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -2521,22 +2519,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"plugin-neo-tree-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1713050882,
|
||||
"narHash": "sha256-cZwOVpdMT0NCtp6Ha592QA2RzKVS6LhXXcjfDBCQ+0k=",
|
||||
"owner": "nvim-neo-tree",
|
||||
"repo": "neo-tree.nvim",
|
||||
"rev": "22e566aeb075c94f670f34077e05ba95190dfb4a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nvim-neo-tree",
|
||||
"repo": "neo-tree.nvim",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"plugin-neocord": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
};
|
||||
|
||||
nvf = {
|
||||
url = "github:NotAShelf/nvf/plugin/neotree";
|
||||
url = "github:NotAShelf/nvf";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
|
@ -61,9 +61,9 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
filetree.neo-tree = {
|
||||
enable = true;
|
||||
};
|
||||
# filetree.neo-tree = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
statusline.lualine = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue