summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-02Fix opening settings from dashboard (#214)Dominik Marcinowski
2021-04-02Make tss server work on standalone js/ts/etc. files (#216)Dominik Marcinowski
2021-04-02Fix clang global vars nil value (#215)Nawfal bin Mohmad Rouyan
2021-04-01udpatesChris
2021-04-01update logoChris
2021-04-01Add inccommand=split to settings (#207)Dominik Marcinowski
2021-04-01Mix improvements (#206)Biser Stoilov
2021-04-01Add tailwindcss lsp support (#205)Nawfal bin Mohmad Rouyan
2021-04-01add Arch neovim installing script (#204)seocamo
2021-03-31updateChris
2021-03-31Add svelte lsp config for LspInstall (#202)chaeing
2021-03-31Documentation generator (#200)Biser Stoilov
2021-03-30Database support (#197)Biser Stoilov
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Define shell + php lsp + dart lsp + flutter + relative number (#188)Biser Stoilov
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Update README.mdChristian Chiarulli
2021-03-30Update README.mdChristian Chiarulli
2021-03-29updatesChris
2021-03-29fix formattingChris
2021-03-29update readmeChris
2021-03-29updateChris
2021-03-29update againChris
2021-03-29update readmeChris
2021-03-29update treesitter indentChris
2021-03-29update python formattingChris
2021-03-29autopairs should be fixedChris
2021-03-29add settings to dashboardChris
2021-03-29indents are inconsistent with treesitterChris
2021-03-29update indentsChris
2021-03-29updateChris
2021-03-29updateChris
2021-03-29updateChris
2021-03-29back to autopairsChris
2021-03-29[LSP] latex - Add support for latex via LspInstall (#183)fanmih
2021-03-28udpatesChris
2021-03-28Merge branch 'master' of github.com:ChristianChiarulli/nvcodeChris
2021-03-28add nv-settings.lua to .gitignoreChris
2021-03-28disable treesitter indent for pythonChris
2021-03-28[LSP] rust - Add support for rust-analyzer via LspInstall. (#178)James Walmsley
2021-03-28update usageChris
2021-03-28delete junkChris
2021-03-28Add 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-28add black python formatter (#182)Benjamin Schmidt
2021-03-28[LSP] go - Support gopls through LspInstall. (#177)James Walmsley
2021-03-28Refactor 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.