249 current 2024-03-20 12:50:36 24.05.20240319.b06025f 6.8.0-zen1 *
This commit is contained in:
parent
beb60ea1ec
commit
f049c4d40b
4 changed files with 53 additions and 87 deletions
|
|
@ -24,6 +24,7 @@ return {
|
|||
modeline = false,
|
||||
conceallevel = 2,
|
||||
mouse = "",
|
||||
clipboard = "unnamedplus",
|
||||
},
|
||||
|
||||
g = {
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
-- return {
|
||||
-- "williamboman/mason-lspconfig.nvim",
|
||||
-- dependencies = { "neovim/nvim-lspconfig" },
|
||||
-- event = { "BufReadPost", "BufNewFile" },
|
||||
-- opts = {
|
||||
-- handlers = require("lsp.handlers"),
|
||||
-- ensure_installed = {
|
||||
-- "rust_analyzer",
|
||||
-- "tsserver",
|
||||
-- "lua_ls",
|
||||
-- "bashls",
|
||||
-- "cssls",
|
||||
-- "tailwindcss",
|
||||
-- "jsonls",
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
return {}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
-- local icons = require("utils.icons").icons
|
||||
--
|
||||
-- return {
|
||||
-- "williamboman/mason.nvim",
|
||||
-- build = ":MasonUpdate",
|
||||
-- opts = {
|
||||
-- ui = {
|
||||
-- border = "rounded",
|
||||
-- icons = {
|
||||
-- package_installed = icons.Check,
|
||||
-- package_pending = icons.Dots,
|
||||
-- package_uninstalled = icons.Install,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
return {}
|
||||
|
|
@ -7,7 +7,7 @@ return {
|
|||
null_ls.setup({
|
||||
debug = false,
|
||||
sources = {
|
||||
null_ls.builtins.formatting.prettier,
|
||||
null_ls.builtins.formatting.prettierd,
|
||||
null_ls.builtins.formatting.stylua,
|
||||
null_ls.builtins.formatting.rustfmt.with({
|
||||
extra_args = { "--edition=2021" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue