diff --git a/fnl/plugin/lsp.fnl b/fnl/plugin/lsp.fnl index fa04cd4..80dea09 100644 --- a/fnl/plugin/lsp.fnl +++ b/fnl/plugin/lsp.fnl @@ -28,7 +28,6 @@ (= client.name :null-ls) (= client.name :rust_analyzer))) :async true }) buf) - (vim.api.nvim_buf_set_option buf :formatexpr "v:lua.vim.lsp.formatexpr()") ;; Some telescope commands (bind! :n :s "Telescope lsp_dynamic_workspace_symbols" buf) @@ -126,8 +125,8 @@ :markdown :tex ]}) builtins.diagnostics.cmake_lint - builtins.diagnostics.codespell - builtins.diagnostics.shellcheck + ;;builtins.diagnostics.codespell + ;;builtins.diagnostics.shellcheck (builtins.diagnostics.glslc.with { :extra_args [ "--target-env=opengl" ]})])))