Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.49 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.49 KB

Dotfiles

My config files for bash, git, ruby and other useful scripts.

Company completion bug:

:foo, M-x company-complete

  • none: no, yes
  • helm: yes, yes
  • ido: no, yes
  • ivy: no, yes
  • vertico: yes, yes

Rust-Analyzer LSP config

local ra_opts = {
  capabilities = capabilities,
  on_attach = on_attach,
  settings = {
    ["rust-analyzer"] = {
      checkOnSave = {
      },
      cargo = {
        extraEnv = { IN_RUST_ANALYZER = "1" },
      },
      rustfmt = {
      }
    }
  }
}

TODO

  • rofi-emoji, rofi-pass
  • try https://github.com/sharkdp/bat
  • zplug/antigen/other/none?
  • ag build in tmp with copy to $HOME
  • working vim/nvim build in $HOME
  • create a working and up-to-date install script
  • fix tmux/zoom.sh
  • fix tmux/copy.sh

Things to try