mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
Remove trailing whitespace from all files (nitpick)
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
parent
2a5a1acd62
commit
8fc712be60
7 changed files with 13 additions and 13 deletions
|
|
@ -83,20 +83,20 @@ Edit the `config` section in `flake.nix` to customize your environment:
|
|||
config = rec {
|
||||
# Name for your project commands (e.g., myproject-r, myproject-py)
|
||||
defaultPackageName = "p";
|
||||
|
||||
|
||||
# Enable/disable language support
|
||||
enabledLanguages = {
|
||||
julia = false; # Julia with Pluto notebooks
|
||||
python = false; # Python with uv package manager
|
||||
r = true; # R with tidyverse and friends
|
||||
};
|
||||
|
||||
|
||||
# Additional features
|
||||
enabledPackages = {
|
||||
gitPlugins = enabledLanguages.r; # R.nvim plugin
|
||||
devenv = false; # Additional dev environment
|
||||
};
|
||||
|
||||
|
||||
# Neovim color scheme
|
||||
theme = rec {
|
||||
colorscheme = "kanagawa"; # cyberdream, onedark, tokyonight, kanagawa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue