fix dots
This commit is contained in:
@@ -102,11 +102,11 @@ local servers = {
|
||||
"zls",
|
||||
}
|
||||
|
||||
lspconfig.hyprls.setup {
|
||||
root_dir = vim.fs.root( 0, 'hyprland.conf' ),
|
||||
single_file_support = false,
|
||||
filetypes = { "conf" },
|
||||
}
|
||||
-- lspconfig.hyprls.setup {
|
||||
-- root_dir = vim.fs.root( 0, 'hyprland.conf' ),
|
||||
-- single_file_support = false,
|
||||
-- filetypes = { "conf" },
|
||||
-- }
|
||||
|
||||
-- lsps with default config
|
||||
for _, lsp in ipairs(servers) do
|
||||
|
||||
+2
-2
@@ -27,8 +27,8 @@ vim.opt.updatetime = 50
|
||||
|
||||
vim.opt.colorcolumn = "80"
|
||||
|
||||
vim.opt.textwidth = 80
|
||||
vim.opt.formatoptions = "tcrqnja"
|
||||
vim.opt.textwidth = 0
|
||||
vim.opt.formatoptions = "tcrqnj"
|
||||
|
||||
vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
pcall(function()
|
||||
dofile(vim.g.base46_cache .. "syntax")
|
||||
dofile(vim.g.base46_cache .. "treesitter")
|
||||
end)
|
||||
|
||||
return {
|
||||
ensure_installed = "all",
|
||||
sync_install = false,
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user