https://github.com/bharat2044/my-vim-config
https://github.com/bharat2044/my-vim-config
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bharat2044/my-vim-config
- Owner: Bharat2044
- Created: 2023-09-18T16:51:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T16:52:57.000Z (about 2 years ago)
- Last Synced: 2025-01-31T12:31:23.955Z (8 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
File: vi ~/.vimrc
:syntax on
set number
set autoindent
filetype plugin indent on
set tabstop=4 softtabstop=4
set shiftwidth=4
colorscheme murphy
:se mouse+=a