Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Cancelinha authored Oct 2, 2023
1 parent e260143 commit 139ffc5
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
<details>
<summary>click to expand the list of languages</summary>

- [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*

</details>

## Roadmap
- [ ] - improve README
- [ ] - vimdoc documentation
- [ ] - support for bufferline
- [ ] - special colours for C, C++. Java, Python, typescript, Rust.
- [ ] - create options
- [ ] - screenshots of different modes & languages

Expand Down

0 comments on commit 139ffc5

Please sign in to comment.