mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
robolab setup
This commit is contained in:
parent
06c7893ad7
commit
5f5ca3fc12
9 changed files with 42 additions and 29 deletions
|
@ -2,12 +2,12 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
black
|
||||
];
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
colorscheme = "dracula";
|
||||
options =
|
||||
colorscheme = "dracula"; options =
|
||||
{
|
||||
shiftwidth = 4;
|
||||
expandtab = false;
|
||||
|
@ -97,6 +97,9 @@
|
|||
pyright = {
|
||||
enable = true;
|
||||
};
|
||||
#pylsp = {
|
||||
#enable = true;
|
||||
#};
|
||||
texlab = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -136,7 +139,7 @@
|
|||
tree-sitter-markdown
|
||||
tree-sitter-nix
|
||||
tree-sitter-perl
|
||||
tree-sitter-python
|
||||
#tree-sitter-python # broken atm
|
||||
tree-sitter-regex
|
||||
tree-sitter-rst
|
||||
tree-sitter-rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue