mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Leptos
This commit is contained in:
18
init.lua
18
init.lua
@@ -647,3 +647,21 @@ vim.api.nvim_set_keymap('n', '<S-Down>', ':m+<CR>', { noremap = true, silent = t
|
|||||||
|
|
||||||
vim.api.nvim_set_keymap('n', '<Leader>td', ':TodoTelescope<CR>', { noremap = true, silent = true })
|
vim.api.nvim_set_keymap('n', '<Leader>td', ':TodoTelescope<CR>', { noremap = true, silent = true })
|
||||||
|
|
||||||
|
|
||||||
|
require('lspconfig').rust_analyzer.setup {
|
||||||
|
-- Other Configs ...
|
||||||
|
settings = {
|
||||||
|
["rust-analyzer"] = {
|
||||||
|
-- Other Settings ...
|
||||||
|
procMacro = {
|
||||||
|
ignored = {
|
||||||
|
leptos_macro = {
|
||||||
|
"component",
|
||||||
|
"server",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user