feat(nvim): prettierd on mason and lsp lens

This commit is contained in:
Sergio Laín 2023-10-03 20:00:36 +02:00
parent d25ee1dfda
commit dba7b5e9fd
No known key found for this signature in database
GPG key ID: E3BC677C07A2C7AC
4 changed files with 36 additions and 1 deletions

View file

@ -0,0 +1,24 @@
return {
{
"lukas-reineke/indent-blankline.nvim",
event = { "BufReadPost", "BufNewFile" },
opts = {
-- char = "▏",
char = "",
filetype_exclude = {
"help",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"lazy",
"mason",
"notify",
"toggleterm",
"lazyterm",
},
show_trailing_blankline_indent = false,
show_current_context = false,
},
},
}

View file

@ -0,0 +1,9 @@
return {
{
"VidocqH/lsp-lens.nvim",
event = "BufReadPost",
config = function()
require("lsp-lens").setup()
end,
},
}

View file

@ -4,6 +4,7 @@ return {
opts = {
ensure_installed = {
"black",
"prettierd",
"beautysh",
"codespell",
"csharpier",

View file

@ -1,3 +1,4 @@
indent_type = "Spaces"
indent_width = 4
column_width = 120