diff options
author | Chris <[email protected]> | 2021-03-19 16:06:12 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-19 16:06:12 -0400 |
commit | f028ddeadccf39f4f95126eb9e9bcf31133733d4 (patch) | |
tree | 33352c67a5da14d50e69dc9342f91ef45754bd8e | |
parent | 408ad0680dee0653fe5262e2060fd82b5689d040 (diff) |
readme update
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -34,13 +34,13 @@ $HOME/.config/nvim/lua/nv-vscode/init.lua Install the latest with: -``` +```bash go get github.com/mattn/efm-langserver@HEAD ``` ## Useful Programs -``` +```bash ranger ueberzug fd @@ -54,7 +54,7 @@ ncdu **Python** -``` +```bash pyright flake8 yapf @@ -62,7 +62,7 @@ yapf **Lua** -``` +```bash ninja lua-format sumneko-lua @@ -72,7 +72,7 @@ sumneko-lua To use vim-gists you will need to configure the following: -``` +```bash git config --global github.user <username> ``` @@ -86,8 +86,10 @@ git config --global github.user <username> - for vsnip :h vim-vsnip, also figure out what integr does - add utf8 line col and spaces (maybe blame) - potentially switch to dashboard +- update Vista symbols **LOW PRIORITY** +- configure nvim-peekup - better install script, support both nvim and nvcode paths - make java code actions prettier - figure out how to customize java formatting @@ -96,6 +98,7 @@ git config --global github.user <username> - better autoimport - keep and eye on indent guides plugin for thin lines - look into autoinstall lsp +- json config file (luajson) - get logo - configure neogit - toggle virtual text diagnostics |