Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | Fix opening settings from dashboard (#214) | Dominik Marcinowski | |
2021-04-02 | Make tss server work on standalone js/ts/etc. files (#216) | Dominik Marcinowski | |
2021-04-02 | Fix clang global vars nil value (#215) | Nawfal bin Mohmad Rouyan | |
2021-04-01 | udpates | Chris | |
2021-04-01 | update logo | Chris | |
2021-04-01 | Add inccommand=split to settings (#207) | Dominik Marcinowski | |
2021-04-01 | Mix improvements (#206) | Biser Stoilov | |
2021-04-01 | Add tailwindcss lsp support (#205) | Nawfal bin Mohmad Rouyan | |
2021-04-01 | add Arch neovim installing script (#204) | seocamo | |
2021-03-31 | update | Chris | |
2021-03-31 | Add svelte lsp config for LspInstall (#202) | chaeing | |
2021-03-31 | Documentation generator (#200) | Biser Stoilov | |
2021-03-30 | Database support (#197) | Biser Stoilov | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Define shell + php lsp + dart lsp + flutter + relative number (#188) | Biser Stoilov | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-30 | Update README.md | Christian Chiarulli | |
2021-03-29 | updates | Chris | |
2021-03-29 | fix formatting | Chris | |
2021-03-29 | update readme | Chris | |
2021-03-29 | update | Chris | |
2021-03-29 | update again | Chris | |
2021-03-29 | update readme | Chris | |
2021-03-29 | update treesitter indent | Chris | |
2021-03-29 | update python formatting | Chris | |
2021-03-29 | autopairs should be fixed | Chris | |
2021-03-29 | add settings to dashboard | Chris | |
2021-03-29 | indents are inconsistent with treesitter | Chris | |
2021-03-29 | update indents | Chris | |
2021-03-29 | update | Chris | |
2021-03-29 | update | Chris | |
2021-03-29 | update | Chris | |
2021-03-29 | back to autopairs | Chris | |
2021-03-29 | [LSP] latex - Add support for latex via LspInstall (#183) | fanmih | |
2021-03-28 | udpates | Chris | |
2021-03-28 | Merge branch 'master' of github.com:ChristianChiarulli/nvcode | Chris | |
2021-03-28 | add nv-settings.lua to .gitignore | Chris | |
2021-03-28 | disable treesitter indent for python | Chris | |
2021-03-28 | [LSP] rust - Add support for rust-analyzer via LspInstall. (#178) | James Walmsley | |
2021-03-28 | update usage | Chris | |
2021-03-28 | delete junk | Chris | |
2021-03-28 | Add display name for key ' '(<Space>) in whichkey (#179) | chaeing | |
Key for ' '(<Space>) is displayed on the panel as 'SPC' by default. However, it is displayed as blank instead of 'SPC' when assigning 'which_key_display_names' variable without specifiying it. | |||
2021-03-28 | add black python formatter (#182) | Benjamin Schmidt | |
2021-03-28 | [LSP] go - Support gopls through LspInstall. (#177) | James Walmsley | |
2021-03-28 | Refactor telescope extension config (#176) | chaeing | |
Desired way to configure extensions is to put it at the same level as 'defaults' property inside the 'setup' call. |