Compare commits
2 commits
8c2ab48ed5
...
e7adf3910e
Author | SHA1 | Date | |
---|---|---|---|
e7adf3910e | |||
3ef6aa1974 |
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")
|
||||
local mason_lspconfig = require("mason-lspconfig")
|
||||
|
||||
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