BASED LANGUAGE

This commit is contained in:
iris committed 2023-09-11 00:57:42 -04:00
1 parent 2e4f5e200b
commit 8fd4917480
2 files changed
+1 -1

No files matched your search

-1
View File
@@ -1,6 +1,5 @@
-- bootstrap -- bootstrap
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
---@diagnostic disable-next-line: undefined-field
if not vim.loop.fs_stat(lazypath) then if not vim.loop.fs_stat(lazypath) then
vim.fn.system({ vim.fn.system({
"git", "git",
+1
View File
@@ -49,6 +49,7 @@ local config = function()
} }
} }
c.wgsl_analyzer.setup {} c.wgsl_analyzer.setup {}
c.hls.setup {}
require 'config.lsp-settings' require 'config.lsp-settings'
end end