mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 03:55:04 +02:00
todo trouble + add ocaml
This commit is contained in:
parent
89a71aa455
commit
e6688019fd
2 changed files with 79 additions and 1 deletions
|
@ -134,6 +134,7 @@ return { -- LSP Configuration & Plugins
|
|||
-- - settings (table): Override the default settings passed when initializing the server.
|
||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
ocamllsp = {},
|
||||
clangd = {},
|
||||
bashls = {},
|
||||
gopls = {},
|
||||
|
@ -183,6 +184,7 @@ return { -- LSP Configuration & Plugins
|
|||
'stylua', -- Used to format Lua code
|
||||
'black', -- Used to format Python code
|
||||
'prettierd',
|
||||
'ocamlformat',
|
||||
})
|
||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue