From 1113fc607037bb1f4b729d81170ffc8294e3c7d0 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sun, 16 Feb 2020 00:06:42 +0900 Subject: set nomodified --- autoload/lsp_settings/profile.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'autoload') diff --git a/autoload/lsp_settings/profile.vim b/autoload/lsp_settings/profile.vim index b8e93c8..a035032 100644 --- a/autoload/lsp_settings/profile.vim +++ b/autoload/lsp_settings/profile.vim @@ -26,5 +26,6 @@ function! lsp_settings#profile#edit_local() abort if !filereadable(l:root . '/settings.json') call setline(1, ['{', "\t", '}']) call cursor([2, 2]) + setlocal nomodified endif endfunction -- cgit v1.2.3-54-g00ecf