rogeriopvl / .dotfiles

Various config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

This is just a backup of some of my config files.

Quick setup

In your home folder do:

git clone https://github.com/rogeriopvl/.dotfiles

Then just ln -s everything you're interested into your home folder :)

Caveats

The markdownlint.jsonc file was added because of LazyVim's markdown extras. This uses markdownlint to lint markdown files and at least two rules are not suitable for code blocks (line-length and no-hard-tabs). The only way I found to disable those rules was by creating this config file in my $HOME and force the plugin to use it (check nvim/lua/plugins/lint.lua). I even documented this approach on this LazyVim repo discussion in the hopes that someone will challenge it with a cleaner solution.

About

Various config files


Languages

Language:Shell 63.8%Language:Lua 32.7%Language:Ruby 3.5%