mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
nvim-ts-main
This commit is contained in:
parent
ac26b74e43
commit
7fbcfa7c54
7 changed files with 150 additions and 84 deletions
|
|
@ -10,12 +10,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
dart = {
|
||||
url = "github:iofq/dart.nvim";
|
||||
flake = false;
|
||||
url = "path:/home/e/dev/dart.nvim";
|
||||
};
|
||||
nvim-treesitter = {
|
||||
url = "github:nvim-treesitter/nvim-treesitter/main";
|
||||
flake = false;
|
||||
nvim-treesitter-main = {
|
||||
url = "path:/home/e/dev/nvim-treesitter-main";
|
||||
};
|
||||
nvim-treesitter-textobjects = {
|
||||
url = "github:nvim-treesitter/nvim-treesitter-textobjects/main";
|
||||
|
|
@ -50,6 +48,7 @@
|
|||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
inputs.nvim-treesitter-main.overlays.default
|
||||
plugin-overlay
|
||||
neovim-overlay
|
||||
# This adds a function can be used to generate a .luarc.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue