Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8064167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:17:15+00:00 2026-06-05T11:17:15+00:00

I noticed that with different colorschemes VIM is underlining/highlighting some words. Why is this

  • 0

I noticed that with different colorschemes VIM is underlining/highlighting some words. Why is this and how to turn it off ?

Color scheme 1

with another colorscheme

Color scheme 2

I’m using spf13-vim configuration and connecting remotely with Putty.

VIM is correctly assuming this file to be a python file (:set filetype returns “python”)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T11:17:16+00:00Added an answer on June 5, 2026 at 11:17 am

    It seems like your Vim is doing spell-checking for you. You can turn this off by adding

    set nospell
    

    in your .vimrc file. To turn it back on in a file, you can do:

    :setlocal spell spelllang=en_us
    

    for spell-checking with American English. :setlocal changes settings for current buffer, while :set makes the changes for all currently open buffers. You can read more about how spell-checking with Vim works here.

    It may be useful for you to automatically enable spell checking for certain files. For example, to enable spell checking in .tex files, you can add the following to your .vimrc:

    " Enable spell checking when opening .tex files
    autocmd!
    au BufNewFile,BufRead *.tex setlocal spell spelllang=en_us
    " Or if you have filetype detection enabled:
    " au FileType tex setlocal spell spelllang=en_us
    

    Note that autocmd! clears the previously defined au commands and is needed only once.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I noticed that there's a whole bunch of different content types, some of them
When reviewing on different OS's, I noticed that particularly in Chrome and Safari, words
I am very happily using git-svn, though I noticed that git has a different
I'm trying to fetch some HTML from various blogs and have noticed that different
I noticed that vim's substitute regex is a bit different from other regexp. What's
Let me try to ask this question from a different angle. I noticed that
I noticed that JDBC has different Drivers like: Type 1 Driver Type 2 Driver
I noticed that my browser keeps different cookies than my curl cookie files: __utma=256586655.848991821.1337158982.1337158982.1337179787.2;
I have noticed that my application's Document folder is sometimes different. The workflow was
After researching a bit how the different way people slugify titles, I've noticed that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.