mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
add vim-lang-server
This commit is contained in:
parent
2f52002cc1
commit
2f2426b244
2 changed files with 8 additions and 0 deletions
7
common/users/homeModules/dev/vim.nix
Normal file
7
common/users/homeModules/dev/vim.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
|
vim-language-server
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
|
@ -18,6 +18,7 @@ in {
|
||||||
../homeModules/dev/cpp.nix
|
../homeModules/dev/cpp.nix
|
||||||
../homeModules/dev/jvm.nix
|
../homeModules/dev/jvm.nix
|
||||||
../homeModules/dev/python.nix
|
../homeModules/dev/python.nix
|
||||||
|
../homeModules/dev/vim.nix
|
||||||
../homeModules/media
|
../homeModules/media
|
||||||
../homeModules/scripts
|
../homeModules/scripts
|
||||||
../homeModules/audio.nix
|
../homeModules/audio.nix
|
||||||
|
|
Loading…
Reference in a new issue