Compare commits
No commits in common. "e20bac869bbc9147ee355f412044769e933800f4" and "6ae1f099afed274246c141afd5b4a160104ee6cd" have entirely different histories.
e20bac869b
...
6ae1f099af
@ -2,5 +2,3 @@ sourceDir: ~/repos/dotfiles
|
|||||||
merge:
|
merge:
|
||||||
command: vim
|
command: vim
|
||||||
args: "-d"
|
args: "-d"
|
||||||
diff:
|
|
||||||
pager: "less"
|
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export SUDO_EDITOR=nvim
|
export SUDO_EDITOR=nvim
|
||||||
|
|
||||||
# pager
|
|
||||||
export LESS=-R
|
|
||||||
|
|
||||||
# wayland
|
# wayland
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
|
@ -5,7 +5,5 @@
|
|||||||
"$HOME/.cargo/**",
|
"$HOME/.cargo/**",
|
||||||
"$HOME/.rustup/**"
|
"$HOME/.rustup/**"
|
||||||
],
|
],
|
||||||
"rust-analyzer.server.path": "rust-analyzer",
|
"rust-analyzer.server.path": "rust-analyzer"
|
||||||
"ruff.nativeServer": true,
|
|
||||||
"ruff.nativeBinaryPath": "/usr/bin/ruff"
|
|
||||||
}
|
}
|
||||||
|
@ -65,8 +65,7 @@ require'nvim-treesitter.configs'.setup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- Install coc extensions
|
-- Install coc extensions
|
||||||
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-rust-analyzer',
|
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-pyright', 'coc-rust-analyzer', 'coc-yaml', 'coc-eslint'}
|
||||||
'coc-yaml', 'coc-eslint', '@yaegassy/coc-ruff'}
|
|
||||||
|
|
||||||
-- Turn on nice things
|
-- Turn on nice things
|
||||||
vim.opt.clipboard = "unnamedplus"
|
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