This commit is contained in:
2022-11-21 00:05:55 -05:00
parent c76364784e
commit d2910d5884
4 changed files with 681 additions and 36 deletions
+10
View File
@@ -99,6 +99,16 @@ local lsp_confs = {
configfiles = { "tsconfig.json", "jsconfig.json", "package.json" }
}),
},
denols = {
root_dir = find_repo_root({
configfiles = { "deno.json", "deno.jsonc" }
}),
},
astro = {
root_dir = find_repo_root({
configfiles = { "astro.config.mjs" }
}),
},
eslint = {
root_dir = find_repo_root({
configfiles = { ".eslintrc", ".eslintrc.js", "package.json" }
+5
View File
@@ -31,6 +31,10 @@ return require('packer').startup({ function(use)
'evanleck/vim-svelte'
}
use {
'wuelnerdotexe/vim-astro'
}
use {
'tpope/vim-fugitive',
config = function()
@@ -169,6 +173,7 @@ return require('packer').startup({ function(use)
'lervag/vimtex',
config = function()
vim.g.vimtex_view_general_viewer = 'zathura'
vim.g.vimtex_compiler_method = "xelatex"
-- vim.g.vimtex_view_general_options = = '-x nvim -n -c "Vimtex'
-- 'file:@pdf\\#src:@line@tex'
-- vim.g.vimtex_quickfix_enabled = 0