summary refs log tree commit diff
path: root/client
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-07 01:46:27 +0200
committerMelonai <einebeere@gmail.com>2020-05-07 01:46:27 +0200
commit385fcdd46b536d28094a96f3f6be0e87496277a1 (patch)
tree837aa829979269df430a7bc651cdd4964800e4b3 /client
parentbc42d900d956f11307d14136f8e24d7cd793b012 (diff)
downloadshorest-385fcdd46b536d28094a96f3f6be0e87496277a1.tar.zst
shorest-385fcdd46b536d28094a96f3f6be0e87496277a1.zip
shortening functionality
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions
: #F0F } /* Literal.Number.Integer */ .highlight .mo { color: #F0F } /* Literal.Number.Oct */ .highlight .sa { color: #87CEEB } /* Literal.String.Affix */ .highlight .sb { color: #87CEEB } /* Literal.String.Backtick */ .highlight .sc { color: #87CEEB } /* Literal.String.Char */ .highlight .dl { color: #87CEEB } /* Literal.String.Delimiter */ .highlight .sd { color: #87CEEB } /* Literal.String.Doc */ .highlight .s2 { color: #87CEEB } /* Literal.String.Double */ .highlight .se { color: #87CEEB } /* Literal.String.Escape */ .highlight .sh { color: #87CEEB } /* Literal.String.Heredoc */ .highlight .si { color: #87CEEB } /* Literal.String.Interpol */ .highlight .sx { color: #87CEEB } /* Literal.String.Other */ .highlight .sr { color: #87CEEB } /* Literal.String.Regex */ .highlight .s1 { color: #87CEEB } /* Literal.String.Single */ .highlight .ss { color: #87CEEB } /* Literal.String.Symbol */ .highlight .bp { color: #DDD } /* Name.Builtin.Pseudo */ .highlight .fm { color: #FF0 } /* Name.Function.Magic */ .highlight .vc { color: #EEDD82 } /* Name.Variable.Class */ .highlight .vg { color: #EEDD82 } /* Name.Variable.Global */ .highlight .vi { color: #EEDD82 } /* Name.Variable.Instance */ .highlight .vm { color: #EEDD82 } /* Name.Variable.Magic */ .highlight .il { color: #F0F } /* Literal.Number.Integer.Long */
" VIM PLUGIN SETTINGS

" YOUCOMPLETEME:

let g:ycm_extra_conf_globlist = ['/nix/store/*']
let g:ycm_global_ycm_extra_conf = '@ycm_extra_conf@'

let g:ycm_language_server =
  \ [
  \   {
  \     'name': 'nix',
  \     'cmdline': [ '/run/current-system/sw/bin/nil', '--stdio' ],
  \     'filetypes': [ 'nix' ]
  \   }
  \ ]