darthdeus / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Shell 38.4%Language:Vim Script 36.3%Language:Emacs Lisp 10.4%Language:Lua 6.8%Language:Python 4.6%Language:Nix 2.6%Language:Perl 0.6%Language:Vim Snippet 0.3%Language:Makefile 0.1%Language:C 0.0%Language:YASnippet 0.0%