Added cenny dotfiles
This commit is contained in:
parent
20ab00736c
commit
885ecb33d0
57 changed files with 7714 additions and 0 deletions
2
.config/nvim/ftplugin/c.vim
Normal file
2
.config/nvim/ftplugin/c.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal colorcolumn=80
|
||||
setlocal textwidth=79
|
||||
2
.config/nvim/ftplugin/cpp.vim
Normal file
2
.config/nvim/ftplugin/cpp.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal colorcolumn=80
|
||||
setlocal textwidth=79
|
||||
2
.config/nvim/ftplugin/lua.vim
Normal file
2
.config/nvim/ftplugin/lua.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
set textwidth=79
|
||||
set colorcolumn=80
|
||||
10
.config/nvim/ftplugin/markdown.vim
Normal file
10
.config/nvim/ftplugin/markdown.vim
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
" Show a visual line at width 120
|
||||
setlocal colorcolumn=80
|
||||
" This auto-wraps the lines after it's reached more than 119 characters.
|
||||
setlocal textwidth=79
|
||||
|
||||
" Spellcheck
|
||||
" Turn on spell check
|
||||
setlocal spell
|
||||
" Set it to English US
|
||||
setlocal spelllang=en
|
||||
6
.config/nvim/ftplugin/python.vim
Normal file
6
.config/nvim/ftplugin/python.vim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
" Show a visual market at text width 80
|
||||
setlocal colorcolumn=81
|
||||
|
||||
" Auto-wrap lines
|
||||
setlocal textwidth=80
|
||||
|
||||
2
.config/nvim/ftplugin/rust.vim
Normal file
2
.config/nvim/ftplugin/rust.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal colorcolumn=80
|
||||
setlocal textwidth=79
|
||||
2
.config/nvim/ftplugin/vim.vim
Normal file
2
.config/nvim/ftplugin/vim.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal textwidth=79
|
||||
setlocal colorcolumn=80
|
||||
Loading…
Add table
Add a link
Reference in a new issue