タグ

2020年1月1日のブックマーク (2件)

  • Big Sky :: Vim をモダンな IDE に変える LSP の設定

    Go 言語の IDE 機能を得る為に何か知る必要はありません。Java の IDE 機能を得る為に何か知る必要はありません。HTML の IDE 機能をインストールする為に npm コマンドの使い方を覚えたり、LaTeX の IDE 機能をインストールする為に、配置場所を考える必要もありません。もしインストールを実行しても動かなかったら、それは vim-lsp-settings のバグです。 以前まででれば vim-lsp を導入すると Language Server の登録が必要でした。 if executable('gopls') au User lsp_setup call lsp#register_server({ \ 'name': 'gopls', \ 'cmd': {server_info->['gopls']}, \ 'whitelist': ['go'], \ }) au

    Big Sky :: Vim をモダンな IDE に変える LSP の設定
    tyru
    tyru 2020/01/01
  • nsh - nsh

    Currently nsh is incomplete and not yet stable. Succeeded in crashing nsh? Let me know! A command-line shell that focuses on productivity and swiftness featuring: A POSIX compliant interactive shell with some Bash extensions. Tab completions and syntax highlighting. A builtin interactive fuzzy completion filter. Builtin zero configration features. Written in Rust :crab: Installation $ cargo instal

    tyru
    tyru 2020/01/01
    bash 互換で fzf-like な補完が使えるらしい。面白そう