reworked swaylock and some other stuff

This commit is contained in:
Never Gude 2026-01-21 13:23:28 +01:00
parent 482c323367
commit b8c24493ca
5 changed files with 62 additions and 15 deletions

View file

@ -143,7 +143,7 @@ require("nvim-treesitter").install('lua', 'latex', 'c', 'java', 'ocaml')
vim.pack.add({ "https://github.com/mason-org/mason.nvim" })
require("mason").setup()
vim.lsp.enable({'lua_ls', 'texlab', 'clangd', 'jdtls', 'ocaml-lsp'})
vim.lsp.enable({'lua_ls', 'texlab', 'clangd', 'jdtls', 'ocaml-lsp', 'fish-lsp'})
vim.keymap.set('n', '<leader>lf', vim.lsp.buf.format,
{ desc = 'Formats a buffer using the attached language server clients' })