Compare commits
No commits in common. "e20bac869bbc9147ee355f412044769e933800f4" and "6ae1f099afed274246c141afd5b4a160104ee6cd" have entirely different histories.
e20bac869b
...
6ae1f099af
@ -2,5 +2,3 @@ sourceDir: ~/repos/dotfiles
|
||||
merge:
|
||||
command: vim
|
||||
args: "-d"
|
||||
diff:
|
||||
pager: "less"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
xbps-query -Rx "$1"
|
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
xbps-query -RX "$1"
|
Loading…
Reference in New Issue
Block a user