Compare commits
No commits in common. "e7adf3910e42fbdbd3c65e759520210f266ae12d" and "8c2ab48ed51b4115c475476d2731014e647bfcb7" have entirely different histories.
e7adf3910e
...
8c2ab48ed5
2 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ return {
|
|||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
|
||||
|
||||
config = function()
|
||||
local mason_lspconfig = require("mason-lspconfig")
|
||||
local mason_lspconfig = require("mason")
|
||||
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = { "clangd", "texlab", "lua_ls", "matlab_ls", "mesonlsp", "sqlls", "svlangserver", "ts_ls", "volar" }
|
||||
|
|
|
@ -9,7 +9,7 @@ return {
|
|||
require("telescope").setup({})
|
||||
|
||||
local builtin = require("telescope.builtin")
|
||||
|
||||
|
||||
vim.keymap.set("n", "<C-p>", builtin.find_files, {})
|
||||
vim.keymap.set("n", "<C-f>", builtin.live_grep, {})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue