Comments and cleanup

This commit is contained in:
2026-04-07 15:20:13 +02:00
parent b90feac4b6
commit 3b2bc556ed
2 changed files with 15 additions and 13 deletions
+5 -11
View File
@@ -1,3 +1,6 @@
-- Usefull from other plugins
require("snacks").setup()
vim.diagnostic.config({
virtual_text = false,
signs = true,
@@ -25,6 +28,7 @@ require'nvim-treesitter'.setup {
},
}
-- Use an indent of 4 for these files
vim.api.nvim_create_autocmd("FileType", {
pattern = { "tex", "scilab", "html", "js", "javascript" },
callback = function()
@@ -34,17 +38,7 @@ vim.api.nvim_create_autocmd("FileType", {
end
})
-- require('lualine').setup()
require("snacks").setup()
-- require("noice").setup()
-- require("heirline")
-- nvim-dap config
-- nvim-dap config (python lsp)
local dap = require('dap')
dap.adapters.python = {