Compare commits
2 Commits
2f1e2a43e4
...
e20bac869b
Author | SHA1 | Date | |
---|---|---|---|
e20bac869b | |||
d42f6224f2 |
@ -2,3 +2,5 @@ sourceDir: ~/repos/dotfiles
|
|||||||
merge:
|
merge:
|
||||||
command: vim
|
command: vim
|
||||||
args: "-d"
|
args: "-d"
|
||||||
|
diff:
|
||||||
|
pager: "less"
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
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,5 +5,7 @@
|
|||||||
"$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,7 +65,8 @@ require'nvim-treesitter.configs'.setup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- Install coc extensions
|
-- Install coc extensions
|
||||||
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-pyright', 'coc-rust-analyzer', 'coc-yaml', 'coc-eslint'}
|
vim.g.coc_global_extensions = {'coc-json', 'coc-lua', 'coc-rust-analyzer',
|
||||||
|
'coc-yaml', 'coc-eslint', '@yaegassy/coc-ruff'}
|
||||||
|
|
||||||
-- Turn on nice things
|
-- Turn on nice things
|
||||||
vim.opt.clipboard = "unnamedplus"
|
vim.opt.clipboard = "unnamedplus"
|
||||||
|
Loading…
Reference in New Issue
Block a user