···11setlocal tabstop=2
22setlocal makeprg=yarn
3344+setlocal includeexpr=ft#javascript#includeexpr(v:fname)
55+46augroup node_projectionist
57 au!
68 autocmd User ProjectionistDetect call projections#node#detect()
79augroup END
88-99-ClearSwapList
1010-1111-SwapList variable let const
-6
nvim/after/ftplugin/ruby.vim
···11setlocal formatprg=rubocop-clean
22setlocal tabstop=2
33-44-ClearSwapList
55-66-SwapList visibility public protected private
77-SwapList if if unless
88-SwapList while while until
-14
nvim/after/ftplugin/rust.vim
···1010nnoremap <buffer> K <Plug>(rust-doc)
1111nnoremap <buffer> <C-]> <Plug>(rust-def)
12121313-ClearSwapList
1414-1515-SwapList float f32 f64
1616-SwapList integers i8 i16 i32 i64
1717-SwapList unsigned u8 u16 u32 u64
1818-SwapList ref_mut & &mut
1919-SwapList string str String
2020-SwapList result Ok Err
2121-SwapList option Some None
2222-SwapList assert assert assert_eq
2323-SwapList print print println
2424-SwapList write write writeln
2525-SwapList module mod use
2626-2713augroup rust_projectionist
2814 au!
2915 autocmd User ProjectionistDetect call projections#rust#detect()
···11+Copyright (c) {{+~strftime("%Y")+}} {{+Hauleth+}}
22+33+Permission is hereby granted, free of charge, to any person obtaining a copy
44+of this software and associated documentation files (the "Software"), to deal
55+in the Software without restriction, including without limitation the rights
66+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77+copies of the Software, and to permit persons to whom the Software is
88+furnished to do so, subject to the following conditions:
99+1010+The above copyright notice and this permission notice shall be included in all
1111+copies or substantial portions of the Software.
1212+1313+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1414+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1515+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919+SOFTWARE.