Compare commits
No commits in common. "45bc8ac901a96d4bc212249bea3c3c9baaf1f3e7" and "bf7c4fcea58bfb203afbfa78c8bebd89d2b25b22" have entirely different histories.
45bc8ac901
...
bf7c4fcea5
@ -522,10 +522,6 @@ require('lazy').setup({
|
||||
gofumpt = true,
|
||||
},
|
||||
|
||||
html = {},
|
||||
|
||||
templ = {},
|
||||
|
||||
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||
-- https://github.com/pmizio/typescript-tools.nvim
|
||||
--
|
||||
@ -612,7 +608,6 @@ require('lazy').setup({
|
||||
formatters_by_ft = {
|
||||
go = { 'goimports', 'gofumpt' },
|
||||
lua = { 'stylua' },
|
||||
templ = { 'templ' },
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
-- python = { "isort", "black" },
|
||||
--
|
||||
@ -643,12 +638,12 @@ require('lazy').setup({
|
||||
-- `friendly-snippets` contains a variety of premade snippets.
|
||||
-- See the README about individual language/framework/plugin snippets:
|
||||
-- https://github.com/rafamadriz/friendly-snippets
|
||||
{
|
||||
'rafamadriz/friendly-snippets',
|
||||
config = function()
|
||||
require('luasnip.loaders.from_vscode').lazy_load()
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- 'rafamadriz/friendly-snippets',
|
||||
-- config = function()
|
||||
-- require('luasnip.loaders.from_vscode').lazy_load()
|
||||
-- end,
|
||||
-- },
|
||||
},
|
||||
},
|
||||
'saadparwaiz1/cmp_luasnip',
|
||||
@ -822,7 +817,7 @@ require('lazy').setup({
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
opts = {
|
||||
ensure_installed = { 'bash', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'sql', 'go', 'templ', 'typescript', 'javascript' },
|
||||
ensure_installed = { 'bash', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'sql', 'go', 'typescript', 'javascript' },
|
||||
-- Autoinstall languages that are not installed
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
|
Loading…
Reference in New Issue
Block a user