sync
This commit is contained in:
parent
ea0f48dd31
commit
e4a3e41ddd
8
init.lua
8
init.lua
|
@ -155,8 +155,8 @@ vim.cmd [[colorscheme onedark]]
|
||||||
vim.o.cursorline = true
|
vim.o.cursorline = true
|
||||||
vim.o.cursorcolumn = true
|
vim.o.cursorcolumn = true
|
||||||
-- vim.cmd[[highlight CursorColumn ctermbg=0 guibg=lightgrey]]
|
-- vim.cmd[[highlight CursorColumn ctermbg=0 guibg=lightgrey]]
|
||||||
vim.cmd[[highlight CursorLine ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=slategray gui=bold]]
|
--vim.cmd[[highlight CursorLine ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=slategray gui=bold]]
|
||||||
vim.cmd[[highlight CursorColumn ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=slategray gui=bold]]
|
--vim.cmd[[highlight CursorColumn ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=slategray gui=bold]]
|
||||||
-- vim.cmhighlight guibg=#000050 guifg=fg guibg=#000050 guifg=fg [[highlight CursorLine ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=slategray gui=bold]]
|
-- vim.cmhighlight guibg=#000050 guifg=fg guibg=#000050 guifg=fg [[highlight CursorLine ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=slategray gui=bold]]
|
||||||
--
|
--
|
||||||
-- highlight CursorColumn ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=yellow gui=bold
|
-- highlight CursorColumn ctermfg=White ctermbg=Yellow cterm=bold guifg=white guibg=yellow gui=bold
|
||||||
|
@ -477,7 +477,7 @@ cmp.setup {
|
||||||
require'lspconfig'.grammarly.setup({
|
require'lspconfig'.grammarly.setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
cmd = { "/home/droscigno/GitHub/grammarly/extension/node_modules/.bin/grammarly-languageserver", "--stdio" },
|
cmd = { "/work/grammarly/extension/node_modules/.bin/grammarly-languageserver", "--stdio" },
|
||||||
filetypes = { "markdown", "text" },
|
filetypes = { "markdown", "text" },
|
||||||
init_options = {
|
init_options = {
|
||||||
clientId = 'client_BaDkMgx4X19X9UxxYRCXZo',
|
clientId = 'client_BaDkMgx4X19X9UxxYRCXZo',
|
||||||
|
@ -485,7 +485,7 @@ require'lspconfig'.grammarly.setup({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Use Marksman for markdown
|
-- Use Marksman for markdown
|
||||||
--require'lspconfig'.marksman.setup{}
|
require'lspconfig'.marksman.setup{}
|
||||||
|
|
||||||
-- Set the filetype of *.mdx files to markdown
|
-- Set the filetype of *.mdx files to markdown
|
||||||
require("filetype").setup({
|
require("filetype").setup({
|
||||||
|
|
|
@ -104,3 +104,7 @@ GCS
|
||||||
dbt
|
dbt
|
||||||
sql
|
sql
|
||||||
Metabase
|
Metabase
|
||||||
|
chnodes
|
||||||
|
xyz
|
||||||
|
Sharding
|
||||||
|
sharding
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue