dotfiles-public
dotfiles-public copied to clipboard
My personal dotfiles
migrate akinsho/bufferline.nvim config to v2.6.0 see akinsho/bufferline.nvim#499 for more details
Hello, I love your dotfiles and YouTube videos demoing your workflow. I've worked to improve my workflow by incorporating some of them. In your Denite configuration file you have this...
Thank you for the amazing `.files` and especially the `nvim` configuration. I think it would be nice to have a spell checker configuration too, e.g. https://github.com/lewis6991/spellsitter.nvim I've added spell checker...
## Suggestions Hello Takuya, how are you? This is my suggestion to improve your workflow, I see you use format in save right? Well, you don't always need to format...
Hey! I tried to setup tabline using your function but still nothing is shown. I am also using lualine. Any help?
The line https://github.com/craftzdog/dotfiles-public/blob/master/.config/fish/functions/peco_select_history.fish#L5 doesn't actually handles any input when Ctrl+R is pressed and there is some text in the prompt.
Could you explain the exact configuration of the icons ? They show up all the time [?]
https://github.com/craftzdog/dotfiles-public/blob/f757358129065267507524a1a93112b9ee64ac37/.config/fish/functions/peco_change_directory.fish#L8 if directory contains blank spaces, foo string will contains backslash to escape these spaces, it will fail when execute command cd $foo, my recommandation is: builtin cd (echo $foo|sed...
https://github.com/craftzdog/dotfiles-public/blob/f757358129065267507524a1a93112b9ee64ac37/.config/fish/functions/peco_change_directory.fish#L21 There is a tail / missing... it will show up all the files(not directory) which can be matched by regex.