From e260143a8337498e2f8ac5204f14c114ac3987f5 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Mon, 2 Oct 2023 17:00:44 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3bb424f..fb93c88 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,23 @@ A carefully crafted nord colorscheme written in lua for neovim using the [nord p ## Plugin Support +- [lazy,nvim](https://github.com/folke/lazy.nvim) +- [noice](https://github.com/folke/noice.nvim) +- [lualine](https://github.comn/vim-lualine/lualine.nvim) +- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) +- [git-signs](https://github.com/lewis6991/gitsigns.nvim) +- [mason](https://github.com/williamboman/mason.nvim) +- [nvim-lsp](https://github.com/neovim/nvim-lspconfig) +- [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) +- [telescope](https://github.com/nvim-telescope/telescope.nvim) +- [indent-blank-line](https://github.com/lukas-reineke/indent-blankline.nvim) +- [leap.nvim](https://github.com/ggandor/leap.nvim) +- [NERDtree](https://github.com/preservim/nerdtree) +- [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) +- [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua) +- [trouble](https://github.com/folke/trouble.nvim) +- [dad-bod-ui](https://github.com/kristijanhusak/vim-dadbod-ui) + ## Roadmap - [ ] - improve README - [ ] - vimdoc documentation From 139ffc5c44ef4acf3eea69d9673877252dbebc34 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Mon, 2 Oct 2023 17:12:35 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb93c88..37c3266 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A carefully crafted nord colorscheme written in lua for neovim using the [nord p - [lazy,nvim](https://github.com/folke/lazy.nvim) - [noice](https://github.com/folke/noice.nvim) - [lualine](https://github.comn/vim-lualine/lualine.nvim) +- [bufferline](https://github.com/akinsho/bufferline.nvim) - [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - [git-signs](https://github.com/lewis6991/gitsigns.nvim) - [mason](https://github.com/williamboman/mason.nvim) @@ -25,11 +26,35 @@ A carefully crafted nord colorscheme written in lua for neovim using the [nord p - [trouble](https://github.com/folke/trouble.nvim) - [dad-bod-ui](https://github.com/kristijanhusak/vim-dadbod-ui) +## Languages with special support +
+ click to expand the list of languages + +- [x] - Go +- [x] - Javascript +- [x] - Lua +- [x] - SQL +- [x] - HTML +- [x] - CSS +- [x] - yaml +- [x] - toml +- [x] - markdown +- [x] - bash +- [x] - xml +- [ ] - C +- [ ] - C++ +- [ ] - JAVA +- [ ] - Python +- [ ] - Typescript +- [ ] - Rust + +*other languages will be supported depending on popular request* + +
+ ## Roadmap - [ ] - improve README - [ ] - vimdoc documentation - - [ ] - support for bufferline - - [ ] - special colours for C, C++. Java, Python, typescript, Rust. - [ ] - create options - [ ] - screenshots of different modes & languages From de2c9d4d0d9ab60c46f043da2ae930c7f10e2794 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Mon, 2 Oct 2023 17:14:03 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37c3266..08ce41b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A carefully crafted nord colorscheme written in lua for neovim using the [nord p **Northern.nvim** | because like any good viking that loves gold, this colorscheme uses aurora yellow to highlight some of the more important tokens. +**WARNING**: this plugin is still very much a WIP, bufferline support exists but I'm figuring out the best way to implement it, some noice windows lack button background and I'm working on it + ## Screenshots ## Plugin Support From f112c61f1481f8ddd821f7af4cad4ba88b1eef42 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Mon, 2 Oct 2023 17:23:00 +0100 Subject: [PATCH 4/6] Update deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b9301e5..3e713fe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,3 +22,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch RELEASE_BRANCHES: master + WITH_V: false + DRY_RUN: true From 6e55d7434a7eada8ec259facbdd5aeace7d58266 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Thu, 5 Oct 2023 15:24:58 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 08ce41b..6b981fc 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,25 @@ A carefully crafted nord colorscheme written in lua for neovim using the [nord palette](https://www.nordtheme.com/docs/colors-and-palettes). +![Alpha](https://github.com/fcancelinha/northern.nvim/assets/48698009/0509d1c3-4643-4ac0-8acb-99dd8fa4bd09) + +![main](https://github.com/fcancelinha/northern.nvim/assets/48698009/740b04e3-7a20-4c92-9a00-2dc5e4eb4a25) + **Northern.nvim** | because like any good viking that loves gold, this colorscheme uses aurora yellow to highlight some of the more important tokens. **WARNING**: this plugin is still very much a WIP, bufferline support exists but I'm figuring out the best way to implement it, some noice windows lack button background and I'm working on it ## Screenshots +
+ more screenshots + +![2123](https://github.com/fcancelinha/northern.nvim/assets/48698009/7508095f-6411-4a89-9fc5-ffb85afd447b) + +![3424324](https://github.com/fcancelinha/northern.nvim/assets/48698009/935a4db6-dcae-4e07-9923-8529234d51aa) + +
+ ## Plugin Support - [lazy,nvim](https://github.com/folke/lazy.nvim) From 4b3b515c517079f29d290eb21dd414ed147df599 Mon Sep 17 00:00:00 2001 From: Filipe Cancelinha Date: Thu, 5 Oct 2023 15:27:44 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b981fc..0b78b97 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ A carefully crafted nord colorscheme written in lua for neovim using the [nord p ## Roadmap - - [ ] - improve README + - [x] - improve README - [ ] - vimdoc documentation - [ ] - create options - - [ ] - screenshots of different modes & languages + - [x] - screenshots of different modes & languages ## 🎐 Requirements