Now with ale and floating neotree.

This commit is contained in:
2025-05-09 16:03:45 +02:00
parent 4dbc00732c
commit a7c86e74b1
6 changed files with 26 additions and 24 deletions

3
lua/plugins/ale.lua Normal file
View File

@@ -0,0 +1,3 @@
return {
"dense-analysis/ale",
}

View File

@@ -309,7 +309,7 @@ return {
})
vim.cmd([[nnoremap \ :Neotree reveal<cr>]])
vim.keymap.set("n", "<leader>e", ":Neotree toggle position=left<CR>", { noremap = true, silent = true }) -- focus file explorer
vim.keymap.set("n", "<leader>e", ":Neotree toggle position=float<CR>", { noremap = true, silent = true }) -- focus file explorer
vim.keymap.set("n", "<leader>ngs", ":Neotree float git_status<CR>", { noremap = true, silent = true }) -- open git status window
end,
}