Skip to content

Instantly share code, notes, and snippets.

@ianpatricck
Last active November 11, 2023 14:56
Show Gist options
  • Save ianpatricck/c0d155751333b374c24b80de9bdb7f61 to your computer and use it in GitHub Desktop.
Save ianpatricck/c0d155751333b374c24b80de9bdb7f61 to your computer and use it in GitHub Desktop.
Simple settings from Neovim
set number
set ts=4 sw=4
set nowrap
set autoindent
set mouse=a
set cursorline
set shiftwidth=2
set guicursor=n-v-c-i:block
syntax enable
colorscheme habamax
hi Normal ctermfg=None ctermbg=None
hi VertSplit ctermbg=black ctermfg=black
map <C-x> :Explore<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment