forked from joshdick/onedark.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* joshdick-main: Lighten up cursor_grey Fix misleading example in README. (joshdick#291) Update Neovim LSP colors (joshdick#288) Add Selection colors for alacritty (joshdick#283) Add monsonjeremy/onedark.nvim to relative section (joshdick#282) chore: Update old "master" branch refernces to use "main" instead (joshdick#277) Overhaul 16-color styling (joshdick#271) chore(build): Build/linting infrastructure updates. (joshdick#276) chore(plugins): Add list of supported plugins to README, update companion links (joshdick#275) feat(plugin): Add support for lewis6991/gitsigns.nvim (joshdick#274) fix(nvim-lsp): Make nvim-lsp highlighting consistent with existing related highlighting (joshdick#273) fix: prabirshrestha/vim-lsp is not Neovim LSP :) (joshdick#270) Improve Neovim LSP highlighting (joshdick#269) feat: Add higlight groups for neoclide/coc.nvim (joshdick#268) Added navarasu/onedark.nvim to relative section (joshdick#266) Add KDE Konsole colorscheme (joshdick#265) chore(build): Update dependencies and regenerate lockfile (joshdick#267) README.md: Add link to ii14/onedark.nvim in "relatives" section (joshdick#261) fix: upgrade termcolors from 0.7.2 to 0.7.3 (joshdick#258) Bump lodash from 4.17.20 to 4.17.21 in /build (joshdick#256)
- Loading branch information
Showing
30 changed files
with
5,292 additions
and
1,609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"env": { | ||
"es6": true, | ||
"node": true | ||
}, | ||
"extends": "eslint:recommended", | ||
"rules": { | ||
"no-console": ["off"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
build/node_modules | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
registry=https://registry.npmjs.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"printWidth": 120, | ||
"singleQuote": true, | ||
"trailingComma": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.