8 lines
167 B
Lua
8 lines
167 B
Lua
local conf = vim.lsp.config.hls
|
|
vim.lsp.config("hls", conf)
|
|
vim.lsp.enable("hls")
|
|
|
|
vim.o.tabstop = 2
|
|
vim.o.softtabstop = 0
|
|
vim.o.shiftwidth = 0
|
|
vim.o.expandtab = true
|