Skip to content

Commit

Permalink
Change config to work differently with mono repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Sep 12, 2023
1 parent 296cd4b commit 40be669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"suggest.snippetIndicator": " 🔥",
"suggest.snippetsSupport": true,
"tsserver.formatOnType": false,
"tsserver.useLocalTsdk": true,
"tailwindCSS.enable": true,
"tailwindCSS.experimental.classRegex": [
"\\bclassName\\s*:\\s*\\\"([_a-zA-Z0-9\\s\\-\\:\\/]+)\\\""
Expand Down
10 changes: 1 addition & 9 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,7 @@ let g:startify_bookmarks = [

" Rooter
let g:rooter_silent_chdir = 1
let g:rooter_patterns = [
\ 'spago.dhall',
\ 'package.json',
\ 'elm.json',
\ 'stack.yaml',
\ '.git/',
\ 'pom.xml',
\ 'requirements.txt'
\ ]
let g:rooter_patterns = [ '.git/' ]

" Coc
let g:coc_global_extensions = [
Expand Down

0 comments on commit 40be669

Please sign in to comment.