BASED LANGUAGE
This commit is contained in:
1 parent
2e4f5e200b
commit
8fd4917480
2 files changed
+1
-1
No files matched your search
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in new issue
Block a user