20250704.1751658671

This commit is contained in:
fz0x1 2025-07-04 21:51:11 +02:00
parent c60eade2cc
commit 4d618ad80f
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
5 changed files with 15 additions and 13 deletions

View file

@ -0,0 +1,3 @@
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
vim.bo.tabstop = 2

View file

@ -91,22 +91,17 @@ local config = function()
})
vim.lsp.config('pyright', {
require("lspconfig").pyright.setup({
settings = {
python = {
analysis = {
typeCheckingMode = "off",
},
settings = {
python = {
analysis = {
typeCheckingMode = "off",
},
},
})
},
})
-- vim.lsp.config('clangd', {
-- require("lspconfig").clangd.setup({
-- vim.b.lsp_zero_enable_autoformat = 0
-- })
-- })
vim.lsp.enable('clangd')
require("mason").setup()
require("mason-lspconfig").setup({

View file

@ -1,5 +1,9 @@
return {
"nvim-tree/nvim-tree.lua",
lazy = false,
opts = {},
opts = {
filters = {
git_ignored = false
}
},
}

Binary file not shown.

Binary file not shown.