typo(nvim): remove blankline

This commit is contained in:
thek4n 2024-11-12 15:53:13 +03:00
parent 9db677d2b5
commit c1ea72f4e6
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ local on_attach = function(_, bufnr)
buf_set_option('omnifunc', 'v:lua.vim.lsp.omnifunc', {}) buf_set_option('omnifunc', 'v:lua.vim.lsp.omnifunc', {})
-- Mappings. -- Mappings.
local opts = { noremap=true, silent=true } local opts = { noremap=true, silent=true }
local function desc(description) local function desc(description)

View File

@ -2,7 +2,7 @@
set -ue set -ue
readonly TARGET_PATH="$HOME" readonly TARGET_PATH="${HOME}"
_detect_current_script_real_directory() { _detect_current_script_real_directory() {