feat: Added nord
fd91e854
5 file(s) · +194 −193
| 110 | 110 | # To load from a custom file you can use: |
|
| 111 | 111 | # source ~/.config/nushell/env.nu |
|
| 112 | 112 | ||
| 113 | - | source ~/.config/nushell/darkmatter.nu |
|
| 113 | + | # source ~/.config/nushell/darkmatter.nu |
|
| 114 | 114 | # source ~/.config/nushell/zoxide.nu |
|
| 115 | 115 | source ~/.config/nushell/git-completions.nu |
|
| 116 | 116 | source ~/.cargo/env.nu |
| 1 | 1 | { |
|
| 2 | 2 | "Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" }, |
|
| 3 | - | "LuaSnip": { "branch": "master", "commit": "eda5be8f0ce9816278671f0b578cdbb8b762c701" }, |
|
| 4 | - | "blink.cmp": { "branch": "main", "commit": "9bcb14b43852a6f2bfd5ac9ef29cb5cf09b1b39b" }, |
|
| 5 | - | "conform.nvim": { "branch": "master", "commit": "8132ec733eed3bf415b97b76797ca41b59f51d7d" }, |
|
| 6 | - | "darkmatter-nvim": { "branch": "main", "commit": "c79d9218d3477b038060c0d592c4b22be22161d4" }, |
|
| 3 | + | "LuaSnip": { "branch": "master", "commit": "831a130291eb6dae0dabd2748d0a99401a2eebc4" }, |
|
| 4 | + | "blink.cmp": { "branch": "main", "commit": "586ee87534f5bf65f1c8dea2d1da2a57e8cddd36" }, |
|
| 5 | + | "conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" }, |
|
| 7 | 6 | "friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" }, |
|
| 8 | - | "gitsigns.nvim": { "branch": "main", "commit": "1b0350ab707713b2bc6c236151f1a324175347b1" }, |
|
| 7 | + | "gitsigns.nvim": { "branch": "main", "commit": "93f882f7041a2e779addbd34943812ca66edef5a" }, |
|
| 9 | 8 | "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, |
|
| 10 | 9 | "lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" }, |
|
| 11 | 10 | "lualine.nvim": { "branch": "master", "commit": "a94fc68960665e54408fe37dcf573193c4ce82c9" }, |
|
| 12 | - | "neo-tree.nvim": { "branch": "v3.x", "commit": "f481de16a0eb59c985abac8985e3f2e2f75b4875" }, |
|
| 11 | + | "neo-tree.nvim": { "branch": "v3.x", "commit": "cea666ef965884414b1b71f6b39a537f9238bdb2" }, |
|
| 12 | + | "nord.nvim": { "branch": "master", "commit": "80c1e5321505aeb22b7a9f23eb82f1e193c12470" }, |
|
| 13 | 13 | "nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" }, |
|
| 14 | 14 | "nvim-surround": { "branch": "main", "commit": "8dd9150ca7eae5683660ea20cec86edcd5ca4046" }, |
|
| 15 | 15 | "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, |
|
| 16 | 16 | "nvim-treesitter-textobjects": { "branch": "master", "commit": "89ebe73cd2836db80a22d9748999ace0241917a5" }, |
|
| 17 | - | "nvim-web-devicons": { "branch": "master", "commit": "19d6211c78169e78bab372b585b6fb17ad974e82" }, |
|
| 17 | + | "nvim-web-devicons": { "branch": "master", "commit": "0422a19d9aa3aad2c7e5cca167e5407b13407a9d" }, |
|
| 18 | 18 | "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, |
|
| 19 | 19 | "telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" }, |
|
| 20 | 20 | "vim-sleuth": { "branch": "master", "commit": "be69bff86754b1aa5adcbb527d7fcd1635a84080" }, |
|
| 21 | - | "vim-tmux-navigator": { "branch": "master", "commit": "412c474e97468e7934b9c217064025ea7a69e05e" } |
|
| 21 | + | "vim-tmux-navigator": { "branch": "master", "commit": "c45243dc1f32ac6bcf6068e5300f3b2b237e576a" } |
|
| 22 | 22 | } |
| 1 | 1 | return { |
|
| 2 | - | "stevedylandev/darkmatter-nvim", |
|
| 2 | + | "shaunsingh/nord.nvim", |
|
| 3 | 3 | lazy = false, |
|
| 4 | 4 | priority = 1000, |
|
| 5 | 5 | config = function() |
|
| 6 | - | vim.cmd.colorscheme "darkmatter" |
|
| 6 | + | vim.cmd.colorscheme "nord" |
|
| 7 | 7 | end, |
|
| 8 | 8 | } |
| 6 | 6 | config = wezterm.config_builder() |
|
| 7 | 7 | end |
|
| 8 | 8 | ||
| 9 | - | config.color_scheme = 'Darkmatter' |
|
| 10 | - | config.color_schemes = { |
|
| 9 | + | config.color_scheme = 'nord' |
|
| 10 | + | ||
| 11 | + | --[[ config.color_schemes = { |
|
| 11 | 12 | ["Darkmatter"] = { |
|
| 12 | 13 | foreground = "#ffffff", |
|
| 13 | 14 | background = "#121113", |
|
| 25 | 26 | "#888888", "#999999", "#aaaaaa", "#c1c1c1" |
|
| 26 | 27 | } |
|
| 27 | 28 | } |
|
| 28 | - | } |
|
| 29 | + | } ]] |
|
| 29 | 30 | ||
| 30 | 31 | config.font = wezterm.font('BerkeleyMono Nerd Font') |
|
| 31 | 32 | config.font_size = 14 |
|
| 1 | 1 | { |
|
| 2 | - | "ssh_connections": [ |
|
| 3 | - | { |
|
| 4 | - | "host": "jetson-local", |
|
| 5 | - | "projects": [ |
|
| 6 | - | { |
|
| 7 | - | "paths": ["/home/steve/Developer"] |
|
| 8 | - | } |
|
| 9 | - | ] |
|
| 10 | - | } |
|
| 11 | - | ], |
|
| 12 | - | "edit_predictions": { |
|
| 13 | - | "mode": "subtle", |
|
| 14 | - | "copilot": { |
|
| 15 | - | "proxy": null, |
|
| 16 | - | "proxy_no_verify": null |
|
| 17 | - | }, |
|
| 18 | - | "enabled_in_text_threads": false |
|
| 19 | - | }, |
|
| 20 | - | "icon_theme": "Zed (Default)", |
|
| 21 | - | "ui_font_family": "Berkeley Mono", |
|
| 22 | - | "language_models": { |
|
| 23 | - | "anthropic": {}, |
|
| 24 | - | "ollama": { |
|
| 25 | - | "api_url": "http://localhost:11434", |
|
| 26 | - | "available_models": [ |
|
| 27 | - | { |
|
| 28 | - | "name": "qwen2.5-coder", |
|
| 29 | - | "display_name": "qwen 2.5 coder 32K", |
|
| 30 | - | "max_tokens": 32768, |
|
| 31 | - | "supports_tools": true |
|
| 32 | - | }, |
|
| 33 | - | { |
|
| 34 | - | "name": "qwen3.8:b", |
|
| 35 | - | "max_tokens": 40960, |
|
| 36 | - | "supports_tools": true |
|
| 37 | - | }, |
|
| 38 | - | { |
|
| 39 | - | "name": "gemma3:12b", |
|
| 40 | - | "display_name": "gemma 3.2 12b", |
|
| 41 | - | "max_tokens": 131072, |
|
| 42 | - | "supports_tools": true |
|
| 43 | - | }, |
|
| 44 | - | { |
|
| 45 | - | "name": "gemma3:4b", |
|
| 46 | - | "display_name": "gemma 3.2 4b", |
|
| 47 | - | "max_tokens": 131072, |
|
| 48 | - | "supports_tools": true |
|
| 49 | - | }, |
|
| 50 | - | { |
|
| 51 | - | "name": "codellama:7b", |
|
| 52 | - | "display_name": "codellama 7b", |
|
| 53 | - | "max_tokens": 16384, |
|
| 54 | - | "supports_tools": true |
|
| 55 | - | }, |
|
| 56 | - | { |
|
| 57 | - | "name": "codellama:13b", |
|
| 58 | - | "display_name": "codellama 13b", |
|
| 59 | - | "max_tokens": 16384, |
|
| 60 | - | "supports_tools": true |
|
| 61 | - | }, |
|
| 62 | - | { |
|
| 63 | - | "name": "qwen3:8b", |
|
| 64 | - | "display_name": "qwen 3 8b", |
|
| 65 | - | "max_tokens": 40960, |
|
| 66 | - | "supports_tools": true |
|
| 67 | - | }, |
|
| 68 | - | { |
|
| 69 | - | "name": "qwen2.5:7b", |
|
| 70 | - | "display_name": "qwen 2.5 7b", |
|
| 71 | - | "max_tokens": 32768, |
|
| 72 | - | "supports_tools": true |
|
| 73 | - | }, |
|
| 74 | - | { |
|
| 75 | - | "name": "qwen2.5:latest", |
|
| 76 | - | "display_name": "qwen 2.5 latest", |
|
| 77 | - | "max_tokens": 32768, |
|
| 78 | - | "supports_tools": true |
|
| 79 | - | }, |
|
| 80 | - | { |
|
| 81 | - | "name": "mistral:latest", |
|
| 82 | - | "display_name": "mistral latest", |
|
| 83 | - | "max_tokens": 32768, |
|
| 84 | - | "supports_tools": true |
|
| 85 | - | }, |
|
| 86 | - | { |
|
| 87 | - | "name": "llama3.2:latest", |
|
| 88 | - | "display_name": "llama3.2 latest", |
|
| 89 | - | "max_tokens": 131072, |
|
| 90 | - | "supports_tools": true |
|
| 91 | - | } |
|
| 92 | - | ] |
|
| 93 | - | } |
|
| 94 | - | }, |
|
| 2 | + | "ssh_connections": [ |
|
| 3 | + | { |
|
| 4 | + | "host": "jetson-local", |
|
| 5 | + | "projects": [ |
|
| 6 | + | { |
|
| 7 | + | "paths": ["/home/steve/Developer"] |
|
| 8 | + | } |
|
| 9 | + | ] |
|
| 10 | + | } |
|
| 11 | + | ], |
|
| 12 | + | "edit_predictions": { |
|
| 13 | + | "mode": "subtle", |
|
| 14 | + | "copilot": { |
|
| 15 | + | "proxy": null, |
|
| 16 | + | "proxy_no_verify": null |
|
| 17 | + | }, |
|
| 18 | + | "enabled_in_text_threads": false |
|
| 19 | + | }, |
|
| 20 | + | "icon_theme": "Zed (Default)", |
|
| 21 | + | "ui_font_family": "Berkeley Mono", |
|
| 22 | + | "language_models": { |
|
| 23 | + | "anthropic": {}, |
|
| 24 | + | "ollama": { |
|
| 25 | + | "api_url": "http://localhost:11434", |
|
| 26 | + | "available_models": [ |
|
| 27 | + | { |
|
| 28 | + | "name": "qwen2.5-coder", |
|
| 29 | + | "display_name": "qwen 2.5 coder 32K", |
|
| 30 | + | "max_tokens": 32768, |
|
| 31 | + | "supports_tools": true |
|
| 32 | + | }, |
|
| 33 | + | { |
|
| 34 | + | "name": "qwen3.8:b", |
|
| 35 | + | "max_tokens": 40960, |
|
| 36 | + | "supports_tools": true |
|
| 37 | + | }, |
|
| 38 | + | { |
|
| 39 | + | "name": "gemma3:12b", |
|
| 40 | + | "display_name": "gemma 3.2 12b", |
|
| 41 | + | "max_tokens": 131072, |
|
| 42 | + | "supports_tools": true |
|
| 43 | + | }, |
|
| 44 | + | { |
|
| 45 | + | "name": "gemma3:4b", |
|
| 46 | + | "display_name": "gemma 3.2 4b", |
|
| 47 | + | "max_tokens": 131072, |
|
| 48 | + | "supports_tools": true |
|
| 49 | + | }, |
|
| 50 | + | { |
|
| 51 | + | "name": "codellama:7b", |
|
| 52 | + | "display_name": "codellama 7b", |
|
| 53 | + | "max_tokens": 16384, |
|
| 54 | + | "supports_tools": true |
|
| 55 | + | }, |
|
| 56 | + | { |
|
| 57 | + | "name": "codellama:13b", |
|
| 58 | + | "display_name": "codellama 13b", |
|
| 59 | + | "max_tokens": 16384, |
|
| 60 | + | "supports_tools": true |
|
| 61 | + | }, |
|
| 62 | + | { |
|
| 63 | + | "name": "qwen3:8b", |
|
| 64 | + | "display_name": "qwen 3 8b", |
|
| 65 | + | "max_tokens": 40960, |
|
| 66 | + | "supports_tools": true |
|
| 67 | + | }, |
|
| 68 | + | { |
|
| 69 | + | "name": "qwen2.5:7b", |
|
| 70 | + | "display_name": "qwen 2.5 7b", |
|
| 71 | + | "max_tokens": 32768, |
|
| 72 | + | "supports_tools": true |
|
| 73 | + | }, |
|
| 74 | + | { |
|
| 75 | + | "name": "qwen2.5:latest", |
|
| 76 | + | "display_name": "qwen 2.5 latest", |
|
| 77 | + | "max_tokens": 32768, |
|
| 78 | + | "supports_tools": true |
|
| 79 | + | }, |
|
| 80 | + | { |
|
| 81 | + | "name": "mistral:latest", |
|
| 82 | + | "display_name": "mistral latest", |
|
| 83 | + | "max_tokens": 32768, |
|
| 84 | + | "supports_tools": true |
|
| 85 | + | }, |
|
| 86 | + | { |
|
| 87 | + | "name": "llama3.2:latest", |
|
| 88 | + | "display_name": "llama3.2 latest", |
|
| 89 | + | "max_tokens": 131072, |
|
| 90 | + | "supports_tools": true |
|
| 91 | + | } |
|
| 92 | + | ] |
|
| 93 | + | } |
|
| 94 | + | }, |
|
| 95 | 95 | ||
| 96 | - | "theme": "Darkmatter", |
|
| 97 | - | "buffer_font_size": 13.0, |
|
| 98 | - | "buffer_font_family": "Berkeley Mono", |
|
| 99 | - | "vim_mode": true, |
|
| 100 | - | "cursor_blink": false, |
|
| 101 | - | "relative_line_numbers": true, |
|
| 102 | - | "scrollbar": { |
|
| 103 | - | "show": "never" |
|
| 104 | - | }, |
|
| 105 | - | "vertical_scroll_margin": 0, |
|
| 106 | - | "vim": { |
|
| 107 | - | "use_system_clipboard": "always" |
|
| 108 | - | }, |
|
| 109 | - | "tab_bar": { |
|
| 110 | - | "show": false |
|
| 111 | - | }, |
|
| 112 | - | "toolbar": { |
|
| 113 | - | "breadcrumbs": true, |
|
| 114 | - | "quick_actions": false |
|
| 115 | - | }, |
|
| 116 | - | "show_edit_predictions": false, |
|
| 117 | - | "preferred_line_length": 100, |
|
| 118 | - | "soft_wrap": "preferred_line_length", |
|
| 119 | - | "use_autoclose": false, |
|
| 120 | - | "git": { |
|
| 121 | - | "inline_blame": { |
|
| 122 | - | "enabled": false, |
|
| 123 | - | "delay_ms": 500 |
|
| 124 | - | } |
|
| 125 | - | }, |
|
| 126 | - | "terminal": { |
|
| 127 | - | "alternate_scroll": "off", |
|
| 128 | - | "blinking": "terminal_controlled", |
|
| 129 | - | "copy_on_select": true, |
|
| 130 | - | "font_family": "BerkeleyMono Nerd Font", |
|
| 131 | - | "font_size": 13, |
|
| 132 | - | "line_height": "standard", |
|
| 133 | - | "working_directory": "current_project_directory", |
|
| 134 | - | "button": false |
|
| 135 | - | }, |
|
| 136 | - | "project_panel": { |
|
| 137 | - | "hide_gitignore": false, |
|
| 138 | - | "button": false, |
|
| 139 | - | "auto_fold_dirs": false, |
|
| 140 | - | "scrollbar": { |
|
| 141 | - | "show": "never" |
|
| 142 | - | } |
|
| 143 | - | }, |
|
| 144 | - | "agent": { |
|
| 145 | - | "profiles": { |
|
| 146 | - | "steve": { |
|
| 147 | - | "name": "Steve", |
|
| 148 | - | "tools": {}, |
|
| 149 | - | "enable_all_context_servers": false, |
|
| 150 | - | "context_servers": {} |
|
| 151 | - | } |
|
| 152 | - | }, |
|
| 153 | - | "default_profile": "steve", |
|
| 154 | - | "default_model": { |
|
| 155 | - | "provider": "anthropic", |
|
| 156 | - | "model": "claude-sonnet-4-latest" |
|
| 157 | - | }, |
|
| 158 | - | "button": false, |
|
| 159 | - | "default_view": "text_thread" |
|
| 160 | - | }, |
|
| 161 | - | "outline_panel": { |
|
| 162 | - | "button": false |
|
| 163 | - | }, |
|
| 164 | - | "languages": { |
|
| 165 | - | "TypeScript": { |
|
| 166 | - | "prettier": { "allowed": false } |
|
| 167 | - | } |
|
| 168 | - | }, |
|
| 169 | - | // "formatter": { |
|
| 170 | - | // "language_server": { |
|
| 171 | - | // "name": "biome" |
|
| 172 | - | // } |
|
| 173 | - | // }, |
|
| 174 | - | "lsp": { |
|
| 175 | - | "biome": { |
|
| 176 | - | "settings": { |
|
| 177 | - | "require_config_file": false |
|
| 178 | - | } |
|
| 179 | - | } |
|
| 180 | - | }, |
|
| 181 | - | "tab_size": 2 |
|
| 96 | + | "theme": "Nord", |
|
| 97 | + | "buffer_font_size": 13.0, |
|
| 98 | + | "buffer_font_family": "Berkeley Mono", |
|
| 99 | + | "vim_mode": true, |
|
| 100 | + | "cursor_blink": false, |
|
| 101 | + | "relative_line_numbers": true, |
|
| 102 | + | "scrollbar": { |
|
| 103 | + | "show": "never" |
|
| 104 | + | }, |
|
| 105 | + | "vertical_scroll_margin": 0, |
|
| 106 | + | "vim": { |
|
| 107 | + | "use_system_clipboard": "always" |
|
| 108 | + | }, |
|
| 109 | + | "tab_bar": { |
|
| 110 | + | "show": false |
|
| 111 | + | }, |
|
| 112 | + | "toolbar": { |
|
| 113 | + | "breadcrumbs": true, |
|
| 114 | + | "quick_actions": false |
|
| 115 | + | }, |
|
| 116 | + | "show_edit_predictions": false, |
|
| 117 | + | "preferred_line_length": 100, |
|
| 118 | + | "soft_wrap": "preferred_line_length", |
|
| 119 | + | "use_autoclose": false, |
|
| 120 | + | "git": { |
|
| 121 | + | "inline_blame": { |
|
| 122 | + | "enabled": false, |
|
| 123 | + | "delay_ms": 500 |
|
| 124 | + | } |
|
| 125 | + | }, |
|
| 126 | + | "terminal": { |
|
| 127 | + | "alternate_scroll": "off", |
|
| 128 | + | "blinking": "terminal_controlled", |
|
| 129 | + | "copy_on_select": true, |
|
| 130 | + | "font_family": "BerkeleyMono Nerd Font", |
|
| 131 | + | "font_size": 13, |
|
| 132 | + | "line_height": "standard", |
|
| 133 | + | "working_directory": "current_project_directory", |
|
| 134 | + | "button": false |
|
| 135 | + | }, |
|
| 136 | + | "project_panel": { |
|
| 137 | + | "hide_gitignore": false, |
|
| 138 | + | "button": false, |
|
| 139 | + | "auto_fold_dirs": false, |
|
| 140 | + | "scrollbar": { |
|
| 141 | + | "show": "never" |
|
| 142 | + | } |
|
| 143 | + | }, |
|
| 144 | + | "agent": { |
|
| 145 | + | "profiles": { |
|
| 146 | + | "steve": { |
|
| 147 | + | "name": "Steve", |
|
| 148 | + | "tools": {}, |
|
| 149 | + | "enable_all_context_servers": false, |
|
| 150 | + | "context_servers": {} |
|
| 151 | + | } |
|
| 152 | + | }, |
|
| 153 | + | "default_profile": "steve", |
|
| 154 | + | "default_model": { |
|
| 155 | + | "provider": "anthropic", |
|
| 156 | + | "model": "claude-sonnet-4-latest" |
|
| 157 | + | }, |
|
| 158 | + | "button": false, |
|
| 159 | + | "default_view": "text_thread" |
|
| 160 | + | }, |
|
| 161 | + | "outline_panel": { |
|
| 162 | + | "button": false |
|
| 163 | + | }, |
|
| 164 | + | "languages": { |
|
| 165 | + | "TypeScript": { |
|
| 166 | + | "prettier": { "allowed": false } |
|
| 167 | + | } |
|
| 168 | + | }, |
|
| 169 | + | // "formatter": { |
|
| 170 | + | // "language_server": { |
|
| 171 | + | // "name": "biome" |
|
| 172 | + | // } |
|
| 173 | + | // }, |
|
| 174 | + | "lsp": { |
|
| 175 | + | "biome": { |
|
| 176 | + | "settings": { |
|
| 177 | + | "require_config_file": false |
|
| 178 | + | } |
|
| 179 | + | } |
|
| 180 | + | }, |
|
| 181 | + | "tab_size": 2 |
|
| 182 | 182 | } |