mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
nvim treesitter working
This commit is contained in:
parent
dd6718bd31
commit
efa10458d6
1 changed files with 4 additions and 7 deletions
|
|
@ -50,14 +50,11 @@
|
|||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
plugins = with pkgs; [
|
||||
vimPlugins.nvim-treesitter.withAllGrammars
|
||||
]
|
||||
};
|
||||
|
||||
# TODO: (bryan - failing to build. why?)
|
||||
programs.neovim.plugins = [
|
||||
pkgs.vimPlugins.nvim-treesitter.withAllGrammars
|
||||
];
|
||||
|
||||
|
||||
# SESSION VARIABLES
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue