Compare commits

..

No commits in common. "e20bac869bbc9147ee355f412044769e933800f4" and "6ae1f099afed274246c141afd5b4a160104ee6cd" have entirely different histories.

6 changed files with 8 additions and 20 deletions

View File

@ -2,5 +2,3 @@ sourceDir: ~/repos/dotfiles
merge:
command: vim
args: "-d"
diff:
pager: "less"

View File

@ -7,9 +7,6 @@
export EDITOR=nvim
export SUDO_EDITOR=nvim
# pager
export LESS=-R
# wayland
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland

View File

@ -5,7 +5,5 @@
"$HOME/.cargo/**",
"$HOME/.rustup/**"
],
"rust-analyzer.server.path": "rust-analyzer",
"ruff.nativeServer": true,
"ruff.nativeBinaryPath": "/usr/bin/ruff"
"rust-analyzer.server.path": "rust-analyzer"
}

View File

@ -65,8 +65,7 @@ require'nvim-treesitter.configs'.setup {
}
-- Install coc extensions
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-rust-analyzer',
'coc-yaml', 'coc-eslint', '@yaegassy/coc-ruff'}
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-pyright', 'coc-rust-analyzer', 'coc-yaml', 'coc-eslint'}
-- Turn on nice things
vim.opt.clipboard = "unnamedplus"

View File

@ -1,2 +0,0 @@
#!/bin/sh
xbps-query -Rx "$1"

View File

@ -1,2 +0,0 @@
#!/bin/sh
xbps-query -RX "$1"