initial commit
This commit is contained in:
@@ -184,7 +184,7 @@ return { {
|
||||
})
|
||||
|
||||
-- sourcekit is NOT managed by mason, set up separately
|
||||
local lspconfig = require('lspconfig')
|
||||
local lspconfig = vim.lspconfig.config()
|
||||
lspconfig["sourcekit"].setup({
|
||||
capabilities = capabilities,
|
||||
cmd = {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"lervag/vimtex",
|
||||
lazy = false, -- we don't want to lazy load VimTeX
|
||||
-- tag = "v2.15", -- uncomment to pin to a specific release
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
end
|
||||
return {
|
||||
"lervag/vimtex",
|
||||
lazy = false, -- we don't want to lazy load VimTeX
|
||||
-- tag = "v2.15", -- uncomment to pin to a specific release
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user