with theming and updates
This commit is contained in:
@@ -4,7 +4,8 @@ return {
|
||||
name = "catppuccin",
|
||||
config = function()
|
||||
require("catppuccin").setup({
|
||||
flavour = "macchiato"
|
||||
--flavour = "espresso"
|
||||
--flavour = "macchiato"
|
||||
})
|
||||
end
|
||||
}
|
||||
|
3
lua/plugins/lspconfig.lua
Normal file
3
lua/plugins/lspconfig.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
}
|
3
lua/plugins/neoconf.lua
Normal file
3
lua/plugins/neoconf.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
"folke/neoconf.nvim",
|
||||
}
|
@@ -11,9 +11,8 @@ return {
|
||||
-- Code action groups
|
||||
vim.keymap.set("n", "<Leader>a", rt.code_action_group.code_action_group, { buffer = bufnr })
|
||||
end,
|
||||
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
["rust-analyzer"] = {
|
||||
imports = {
|
||||
granularity = {
|
||||
group = "module",
|
||||
@@ -21,14 +20,18 @@ return {
|
||||
prefix = "self",
|
||||
},
|
||||
cargo = {
|
||||
allFeatures = true,
|
||||
buildScripts = {
|
||||
enable = true,
|
||||
},
|
||||
procMacro = {
|
||||
enable = true,
|
||||
}
|
||||
},
|
||||
procMacro = {
|
||||
enable = true,
|
||||
},
|
||||
--checkOnSave = false,
|
||||
checkOnSave = {
|
||||
allFeatures = true,
|
||||
enable = true
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user