From 9e002181791cb0209aa75d31f7949a7d757c7f24 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 14 May 2023 17:41:38 -0700 Subject: [PATCH] Update null-fs and formatexpr settings --- fnl/plugin/lsp.fnl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" ]})])))