[nvim] improve rust & python editing
This commit is contained in:
parent
5970d02a4e
commit
3b66d21ad1
@ -40,3 +40,6 @@ opt.mouse = "a"
|
|||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082
|
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082
|
||||||
opt.inccommand = "split"
|
opt.inccommand = "split"
|
||||||
|
|
||||||
|
-- Set to "ty" instead of pyright.
|
||||||
|
vim.g.lazyvim_python_lsp = "ty"
|
||||||
|
|||||||
4
private_dot_config/nvim/lua/plugins/rust.lua
Normal file
4
private_dot_config/nvim/lua/plugins/rust.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"alexpasmantier/krust.nvim",
|
||||||
|
ft = "rust",
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user